Source: ring-clojure Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Apollon Oikonomopoulos Build-Depends: clojure (>= 1.8), debhelper (>= 11), default-jdk, javahelper (>= 0.32), libring-codec-clojure, libcommons-io-java, libcommons-fileupload-java, libclj-http-clojure, libclj-time-clojure, libcrypto-random-clojure, libcrypto-equality-clojure, libjetty9-java, markdown, maven-repo-helper (>= 1.5~) Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/java-team/ring-clojure.git Vcs-Browser: https://salsa.debian.org/java-team/ring-clojure Homepage: https://github.com/ring-clojure/ring Package: libring-core-clojure Architecture: all Depends: ${java:Depends}, ${misc:Depends} 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} 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} 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.