File: control

package info (click to toggle)
compojure-clojure 1.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 200 kB
  • sloc: xml: 113; makefile: 27
file content (33 lines) | stat: -rw-r--r-- 1,095 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
Source: compojure-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,
 libtools-macro-clojure (>= 0.1.5),
 libclout-clojure (>= 2.1.2),
 libmedley-clojure (>= 1.0.0),
 libring-core-clojure (>= 1.6.0),
 libring-codec-clojure (>= 1.0.1),
 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/compojure-clojure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/compojure-clojure.git
Homepage: https://github.com/weavejester/compojure

Package: libcompojure-clojure
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Recommends: ${java:Recommends}
Description: consice routing library for Ring
 Compojure is a small routing library for Ring that allows web
 applications to be composed of small, independent parts.