File: control

package info (click to toggle)
ring-json-clojure 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: xml: 81; makefile: 36; sh: 7
file content (32 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
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.