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 29 30 31 32
|
Source: ring-json-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 12),
default-jdk,
javahelper (>= 0.32),
maven-repo-helper (>= 1.7),
clojure <!nocheck>,
libcheshire-clojure <!nocheck>,
libring-core-clojure <!nocheck>,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/clojure-team/ring-json-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/ring-json-clojure
Homepage: https://github.com/ring-clojure/ring-json
Package: libring-json-clojure
Architecture: all
Depends:
libcheshire-clojure,
libclojure-java,
libring-core-clojure,
${java:Depends},
${misc:Depends},
Recommends:
${java:Recommends},
Description: ring middleware functions for handling JSON requests and responses
This package contains the Standard Ring middleware functions for handling JSON
requests and responses.
|