File: control

package info (click to toggle)
bidi-clojure 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 236 kB
  • ctags: 4
  • sloc: xml: 178; makefile: 34
file content (31 lines) | stat: -rw-r--r-- 1,301 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
Source: bidi-clojure
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: clojure (>= 1.8),
               debhelper (>= 10),
               default-jdk-headless,
               javahelper (>= 0.32),
               libprismatic-schema-clojure (>= 1.1.3),
               libring-core-clojure (>= 1.5.0),
               libring-mock-clojure (>= 0.3.0),
               markdown,
               maven-repo-helper (>= 1.5~)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/bidi-clojure.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/bidi-clojure.git
Homepage: https://github.com/juxt/bidi

Package: libbidi-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: bidirectional URI routing for Clojure
 Bi-directional URI dispatch. Like compojure, but when you want to go both
 ways. If you are serving REST resources, you should be
 providing links to other resources, and without full support for forming URIs
 from handlers your code will become coupled with your routing. In short,
 hard-coded URIs will eventually break.
 .
 bidi provides a way to construct URIs from handlers.