prismatic-schema-clojure 1.2.0-6 source package in Ubuntu
Changelog
prismatic-schema-clojure (1.2.0-6) unstable; urgency=medium * Team upload. [ Vladimir Petko ] * d/control: remove tools-nrepl-clojure dependency, see #1076189. [ Jérôme Charaoui ] * d/control: bump Standards-Version, no changes needed * d/patches: switch org.clojure dependency to 1.x * d/patches: add patch to remove tools.nrpel -- Jérôme Charaoui <email address hidden> Sun, 01 Sep 2024 11:00:23 -0400
Upload details
- Uploaded by:
- Debian Clojure Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Clojure Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
prismatic-schema-clojure_1.2.0-6.dsc | 1.8 KiB | 61e848fce05e650a749cca407d3729f8c4da1cea2bd0bfa04e9c8968e8dad2b9 |
prismatic-schema-clojure_1.2.0.orig.tar.xz | 59.3 KiB | d3c886712e0729b8543f321dda29298a05c737f551370aabf8259ca4b6c9ef6a |
prismatic-schema-clojure_1.2.0-6.debian.tar.xz | 8.3 KiB | 5d56c60f81aac94dd39cbb519c0fb3b1f14d99f69e2f0cc5ad792f9b6661dbc9 |
Available diffs
No changes file available.
Binary packages built by this source
- libprismatic-schema-clojure: 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.