File: control

package info (click to toggle)
ring-clojure 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 680 kB
  • sloc: sh: 39; makefile: 38; javascript: 1
file content (96 lines) | stat: -rw-r--r-- 3,728 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Source: ring-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders:
 Apollon Oikonomopoulos <apoikos@debian.org>,
 Jérôme Charaoui <jerome@riseup.net>,
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               maven-repo-helper,
               libclojure-java (>= 1.11.1-2),
               libring-codec-clojure (>= 1.1.2),
               libcommons-io-java,
               libcommons-fileupload-java,
               libclj-time-clojure (>= 0.15.2) <!nocheck>,
               libcrypto-random-clojure (>= 1.2.1),
               libcrypto-equality-clojure (>= 1.0.0-2),
               libservlet-api-java,
               libjetty9-java,
               libclj-http-clojure,
               leiningen,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/clojure-team/ring-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/ring-clojure
Homepage: https://github.com/ring-clojure/ring
Rules-Requires-Root: no

Package: libring-core-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libclojure-java,
         libring-codec-clojure,
         libcommons-io-java,
         libcommons-fileupload-java,
         libclj-time-clojure,
         libcrypto-random-clojure,
         libcrypto-equality-clojure,
Recommends: ${java:Recommends}
Description: Clojure web applications library
 Ring is a Clojure web applications library inspired by Python's WSGI
 and Ruby's Rack. By abstracting the details of HTTP into a simple,
 unified API, Ring allows web applications to be constructed of modular
 components that can be shared among a variety of applications, web
 servers, and web frameworks.
 .
 This package contains the core Ring library.

#TODO: missing ns-tracker
#Package: libring-devel-clojure
#Architecture: all
#Depends: ${java:Depends}, ${misc:Depends}
#Recommends: ${java:Recommends}
#Description: Clojure web applications library - development
# Ring is a Clojure web applications library inspired by Python's WSGI
# and Ruby's Rack. By abstracting the details of HTTP into a simple,
# unified API, Ring allows web applications to be constructed of modular
# components that can be shared among a variety of applications, web
# servers, and web frameworks.
# .
# This package contains the Ring development and debugging libraries.

Package: libring-servlet-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libring-core-clojure,
         libservlet-api-java,
Recommends: ${java:Recommends}
Description: Clojure web applications library - servlet utilities
 Ring is a Clojure web applications library inspired by Python's WSGI
 and Ruby's Rack. By abstracting the details of HTTP into a simple,
 unified API, Ring allows web applications to be constructed of modular
 components that can be shared among a variety of applications, web
 servers, and web frameworks.
 .
 This package contains the Ring servlet utility library.

Package: libring-jetty-adapter-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libring-core-clojure,
         libring-servlet-clojure,
         libjetty9-java,
         libclj-http-clojure,
Recommends: ${java:Recommends}
Description: Clojure web applications library - Jetty adapter
 Ring is a Clojure web applications library inspired by Python's WSGI
 and Ruby's Rack. By abstracting the details of HTTP into a simple,
 unified API, Ring allows web applications to be constructed of modular
 components that can be shared among a variety of applications, web
 servers, and web frameworks.
 .
 This package contains the Ring Jetty adapter.