Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 919 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 919 Bytes

Validateur

Continuous Integration status

Validateur is a validation library inspired by Ruby's ActiveModel. Validateur is functional: validators are functions, validation sets are higher-order functions, validation results are returned as values.

Installation

With Leiningen:

[com.novemberain/validateur "1.0.0"]

With Maven:

<dependency>
  <groupId>com.novemberain</groupId>
  <artifactId>validateur</artifactId>
  <version>1.0.0</version>
</dependency>

Documentation

We are in the process of working on a documentation site for Validateur.

Supported Clojure versions

Validateur is built from the ground up for Clojure 1.3 and up.

License

Copyright (C) 2011-2012 Michael S. Klishin

Distributed under the Eclipse Public License, the same as Clojure.