prismatic-schema-clojure 1.2.0-3 source package in Ubuntu

Changelog

prismatic-schema-clojure (1.2.0-3) unstable; urgency=medium

  * Team upload.

  [ Louis-Philippe VĂ©ronneau ]
  * d/control: New email for the Clojure Team.

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Fri, 06 Jan 2023 16:41:02 -0500

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 Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
prismatic-schema-clojure_1.2.0-3.dsc 1.8 KiB ba04baf98ee762819404583f2a1b321a1b36c5204404c4f40d0f2b6143725982
prismatic-schema-clojure_1.2.0.orig.tar.xz 59.3 KiB d3c886712e0729b8543f321dda29298a05c737f551370aabf8259ca4b6c9ef6a
prismatic-schema-clojure_1.2.0-3.debian.tar.xz 7.8 KiB 9bb434c92fc3afe7eb5fe2743b8e55850f75461bfec1a84e5130565981a031ac

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.