{"id":16657529,"url":"https://github.com/michaelklishin/validateur","last_synced_at":"2025-10-07T23:51:19.242Z","repository":{"id":1642896,"uuid":"2368027","full_name":"michaelklishin/validateur","owner":"michaelklishin","description":"Functional validations inspired by Ruby's ActiveModel","archived":false,"fork":false,"pushed_at":"2025-05-09T15:21:40.000Z","size":237,"stargazers_count":184,"open_issues_count":4,"forks_count":24,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-05-13T17:14:38.833Z","etag":null,"topics":["clojure","clojurescript","validation","validations"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelklishin.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-09-11T22:45:50.000Z","updated_at":"2025-05-09T15:21:43.000Z","dependencies_parsed_at":"2025-02-22T18:04:14.441Z","dependency_job_id":"7c270041-129b-48aa-a4a1-867a961780c7","html_url":"https://github.com/michaelklishin/validateur","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelklishin%2Fvalidateur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelklishin%2Fvalidateur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelklishin%2Fvalidateur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelklishin%2Fvalidateur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelklishin","download_url":"https://codeload.github.com/michaelklishin/validateur/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003679,"owners_count":21997924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","clojurescript","validation","validations"],"created_at":"2024-10-12T10:00:50.154Z","updated_at":"2025-10-07T23:51:19.230Z","avatar_url":"https://github.com/michaelklishin.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Validateur, a Clojure(Script) Validation Library\n\nValidateur is a Clojure(Script) validation library inspired by Ruby's ActiveModel. Validateur is functional: validators are\nfunctions, validation sets are higher-order functions, validation results are returned as values.\n\n\n## Supported Clojure versions\n\nValidateur is tested on Clojure 1.10 or later, ClojureScript 1.11 or later.\n\n\n\n## Maven Artifacts\n\nValidateur artifacts are [released to Clojars](https://clojars.org/com.novemberain/validateur).\nIf you are using Maven, add the following repository definition to your `pom.xml`:\n\n``` xml\n\u003crepository\u003e\n  \u003cid\u003eclojars.org\u003c/id\u003e\n  \u003curl\u003ehttp://clojars.org/repo\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n### The Latest Release\n\nWith Leiningen:\n\n    [com.novemberain/validateur \"2.6.0\"]\n\nWith Maven:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.novemberain\u003c/groupId\u003e\n      \u003cartifactId\u003evalidateur\u003c/artifactId\u003e\n      \u003cversion\u003e2.6.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\n\n\n## Documentation \u0026 Examples\n\nPlease refer to the [Getting Started guide](./guides/getting_started.md) for Validateur.\n\nOur test suite has usage examples for each validator, built-in validation functions have docstrings.\n\n## Development\n\nValidateur uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make\nsure you have it installed and then run tests against all supported Clojure versions and a recent release of ClojureScript using\n\n    lein all do clean, test\n\nThen create a branch and make your changes on it. Once you are done with your changes and all\ntests pass, submit a pull request on Github.\n\n\n## License\n\nCopyright (C) 2011-2025 Michael S. Klishin, Alex Petrov, the ClojureWerkz team,\nand [contributors](https://github.com/michaelklishin/validateur/graphs/contributors).\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelklishin%2Fvalidateur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelklishin%2Fvalidateur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelklishin%2Fvalidateur/lists"}