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

Changelog

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

  * Team upload.
  * d/control: flag all test-only deps with nocheck
  * d/control: remove hard-coded Depends for binary pkg
  * d/tests: add missing test dep, streamline classpath
  * d/rules: honor nocheck flag in dh_auto_test
  * d/changelog: fix syntax error
  * add d/gbp.conf with team defaults

 -- Jérôme Charaoui <email address hidden>  Thu, 26 Jan 2023 20:57:23 -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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
prismatic-schema-clojure_1.2.0-4.dsc 1.8 KiB 2e2000a27199d58733391e4ebc201557b4c2eff880899a08a50cf1f245d535f6
prismatic-schema-clojure_1.2.0.orig.tar.xz 59.3 KiB d3c886712e0729b8543f321dda29298a05c737f551370aabf8259ca4b6c9ef6a
prismatic-schema-clojure_1.2.0-4.debian.tar.xz 8.0 KiB dfcc954040f410cbf60f3b00a8e1d769c6039f33be56c4940f0b27e8b68635d8

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.