File: control

package info (click to toggle)
prismatic-plumbing-clojure 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 368 kB
  • sloc: sh: 28; makefile: 25
file content (39 lines) | stat: -rw-r--r-- 1,617 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
36
37
38
39
Source: prismatic-plumbing-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               javahelper,
               maven-repo-helper,
               libclojure-java,
               liblazymap-clojure (>= 3.1.1-2),
               libcljx-clojure,
               libprismatic-schema-clojure (>= 1.1.12),
               libcore-async-clojure (>= 1.3.610-2),
               libnrepl-clojure <!nocheck>,
               libcomplete-clojure <!nocheck>,
               leiningen,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/clojure-team/prismatic-plumbing-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/prismatic-plumbing-clojure
Homepage: https://github.com/plumatic/plumbing
Rules-Requires-Root: no

Package: libprismatic-plumbing-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libclojure-java,
         liblazymap-clojure (>= 3.1.1-2),
         libprismatic-schema-clojure (>= 1.1.12),
         libcore-async-clojure (>= 1.3.610-2),
Recommends: ${java:Recommends}
Description: Clojure utility belt library
 Plumbing includes the following libraries:
  * Graph: a simple and declarative way to specify a structured computation,
    which is easy to analyze, change, compose, and monitor.
  * plumbing.core: a library of very commonly used functions.
  * plumbing.map: common operations on maps (both Clojure immutable and mutable
    Java maps)