File: control

package info (click to toggle)
comidi-clojure 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 180 kB
  • sloc: xml: 95; makefile: 44; sh: 1
file content (35 lines) | stat: -rw-r--r-- 1,419 bytes parent folder | download
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
Source: comidi-clojure
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               javahelper,
               maven-repo-helper,
               clojure,
               libclj-time-clojure,
               libbidi-clojure,
               libcompojure-clojure,
               libprismatic-schema-clojure (>= 1.1.12),
               libkitchensink-clojure,
               libtext-markdown-perl | markdown,
               default-jdk-headless
Standards-Version: 4.5.1
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/puppetlabs/comidi

Package: libcomidi-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Recommends: ${java:Recommends}
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