orchestra
Spec validator
A Clojure library that provides custom instrumentation for validating function specs, including arguments, return values, and function names.
Complete instrumentation for clojure.spec
619 stars
15 watching
25 forks
Language: Clojure
last commit: almost 4 years ago
Linked from 1 awesome list
clojuredefn-specinstrumentspec
Related projects:
Repository | Description | Stars |
---|---|---|
zbarnes757/jeaux | A validation framework for HTTP request parameters and queries | 13 |
michaelklishin/validateur | A Clojure(Script) validation library with functional validators and higher-order functions for validating data | 185 |
fisxoj/sanity-clause | Library for defining data validation contracts in dynamically typed languages | 51 |
markwoodhall/clova | A minimal validation library for Clojure and ClojureScript | 16 |
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
lab2023/kangal | A Ruby gem providing extended validation for various types of data | 33 |
thoughtspile/banditypes | A lightweight validation library that checks data conforms to TypeScript types at runtime. | 168 |
funcool/struct | A library providing a way to validate the structure of data in Clojure applications. | 119 |
bugventure/jsen | A fast JSON validation library for JavaScript | 156 |
cermati/satpam | A JavaScript validation library with various rules for checking user input data | 18 |
ivanrublev/domo | Library to validate nested structs with their type specs and associated precondition functions. | 202 |
aurelia/validatejs | Enables expressive validation using decorators and/or a fluent API. | 22 |
jacomyal/typology | A lightweight data validation library for JavaScript that supports native types and custom types with various syntax options. | 46 |
fulcrologic/guardrails | A tool for validating function calls with concise inline syntax | 240 |
voxpupuli/json-schema | Provides an interface to validate JSON objects against specified schema rules | 1,552 |