Source: ring-clojure
Section: java
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 (= 14),
 default-jdk-headless,
 javahelper,
 jetty12,
 junit5,
 leiningen,
 libclj-http-clojure <!nocheck>,
 libclj-time-clojure (>= 0.15.2) <!nocheck>,
 libclojure-java (>= 1.11.1-2),
 libcommons-fileupload2-java,
 libcommons-io-java,
 libcrypto-equality-clojure (>= 1.0.0-2),
 libcrypto-random-clojure (>= 1.2.1),
 libjackson2-core-java,
 libjakarta-servlet-api-java,
 libjetty12-extra-java,
 libjetty12-java,
 libless-awful-ssl-clojure <!nocheck>,
 libnetty-java,
 libring-codec-clojure (>= 1.3.0),
 libservlet-api-java,
 maven-debian-helper,
 maven-repo-helper,
Standards-Version: 4.7.4
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

Package: libring-core-clojure
Architecture: all
Depends:
 ${maven:Depends},
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 libraries.

Package: libring-jakarta-servlet-clojure
Architecture: all
Depends:
 libring-core-clojure (= ${binary:Version}),
 ${maven:Depends},
Description: Clojure web applications library - jakarta servlet
 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 Jakarta Servlet.

Package: libring-jetty-adapter-clojure
Architecture: all
Depends:
 libring-core-clojure (= ${binary:Version}),
 libring-jakarta-servlet-clojure (= ${binary:Version}),
 ${maven:Depends},
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.

Package: libring-servlet-clojure
Architecture: all
Depends:
 libring-core-clojure (= ${binary:Version}),
 libservlet-api-java,
 ${maven:Depends},
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.
