Source: comidi-clojure
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders:
 Apollon Oikonomopoulos <apoikos@debian.org>,
Section: java
Build-Depends:
 debhelper-compat (= 14),
 default-jdk-headless,
 dh-clojure,
 javahelper,
 libbidi-clojure,
 libcompojure-clojure (>= 1.7.2),
 libkitchensink-clojure (>= 3.5.7),
 libprismatic-schema-clojure (>= 1.1.12),
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/clojure-team/comidi-clojure
Vcs-Git: https://salsa.debian.org/clojure-team/comidi-clojure.git
Homepage: https://github.com/OpenVoxProject/comidi
Rules-Requires-Root: no

Package: libcomidi-clojure
Architecture: all
Depends:
 ${maven:Depends},
Description: HTTP route definitions for Clojure
 Comidi is a library containing utility functions and compojure-like
 syntax-sugar wrappers around the bidi web routing library.
 It aims to provide a way to define your web routes that takes advantage of the
 strengths of both bidi and compojure:
 .
  * Route definitions are simple, composable and introspectable data structures.
  * Helper functions / macros for defining routes still provide the nice syntax
    of compojure
