File: control

package info (click to toggle)
ring-defaults-clojure 0.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 116 kB
  • sloc: xml: 101; makefile: 25
file content (36 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download | duplicates (2)
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
33
34
35
36
Source: ring-defaults-clojure
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends:
 debhelper (>= 10),
 javahelper (>= 0.32),
 maven-repo-helper (>= 1.7),
 clojure (>= 1.8),
 libtext-markdown-perl | markdown,
 libring-core-clojure (>= 1.6.0),
 libring-ssl-clojure (>= 0.3.0),
 libring-headers-clojure (>= 0.3.0),
 libring-anti-forgery-clojure (>= 1.1.0),
 libring-mock-clojure (>= 0.3.0),
 libservlet3.1-java,
 default-jdk-headless
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/ring-defaults-clojure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/ring-defaults-clojure.git
Homepage: https://github.com/ring-clojure/ring-defaults

Package: libring-defaults-clojure
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Recommends: ${java:Recommends}
Description: Ring middleware that provides sensible defaults
 Knowing what middleware to add to a Ring application, and in what
 order, can be difficult and prone to error.
 .
 This library attempts to automate the process, by providing sensible
 and secure default configurations of Ring middleware for both websites
 and HTTP APIs.