Source: prismatic-schema-clojure
Section: java
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders:
 Apollon Oikonomopoulos <apoikos@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 default-jdk-headless,
 dh-clojure,
 javahelper,
 libtest-check-clojure (>= 1.1.1) <!nocheck>,
 libpotemkin-clojure (>= 0.4.5-2) <!nocheck>,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/clojure-team/prismatic-schema-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/prismatic-schema-clojure
Homepage: https://github.com/plumatic/schema

Package: libprismatic-schema-clojure
Architecture: all
Depends:
 libclojure-java,
 ${maven:Depends},
Description: Clojure(Script) library for declarative data description and validation
 Schema is a rich language for describing data shapes, with a variety of
 features:
 .
  * Data validation, with descriptive error messages of failures (targeted at
    programmers)
  * Annotation of function arguments and return values, with optional runtime
    validation
  * Schema-driven data coercion, which can automatically, succinctly, and
    safely convert complex data types.
