1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: spec-alpha-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders: Elana Hashman <ehashman@debian.org>
Build-Depends:
debhelper (>= 10),
javahelper (>= 0.32),
maven-debian-helper (>= 2.0),
default-jdk-headless,
clojure (>= 1.10),
libexec-maven-plugin-java (>= 1.6),
libbuild-helper-maven-plugin-java (>= 1.12),
libtest-check-clojure
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/clojure-team/spec-alpha-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/spec-alpha-clojure
Homepage: https://github.com/clojure/spec.alpha
Package: libspec-alpha-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: library to describe the structure of data and functions
spec is a Clojure library to describe the structure of data and
functions. Specs can be used to validate data, conform (destructure)
data, explain invalid data, generate examples that conform to the specs,
and automatically use generative testing to test functions.
|