File: control

package info (click to toggle)
bidi-clojure 2.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: makefile: 20; sh: 20
file content (40 lines) | stat: -rw-r--r-- 1,611 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
33
34
35
36
37
38
39
40
Source: bidi-clojure
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               maven-repo-helper,
               libclojure-java,
               libprismatic-schema-clojure (>= 1.1.12),
               libring-core-clojure (>= 1.6.2-4),
               libring-mock-clojure,
               libtools-reader-clojure (>= 1.3.4),
               libcompojure-clojure,
               libnrepl-clojure <!nocheck>,
               libcomplete-clojure <!nocheck>,
               leiningen,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/clojure-team/bidi-clojure
Vcs-Git: https://salsa.debian.org/clojure-team/bidi-clojure.git
Homepage: https://github.com/juxt/bidi
Rules-Requires-Root: no

Package: libbidi-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libclojure-java,
         libprismatic-schema-clojure (>= 1.1.12),
         libring-core-clojure (>= 1.6.2-4),
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.