Source: ring-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,
               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.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/ring-clojure.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/ring-clojure.git
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.
