File: control

package info (click to toggle)
medley-clojure 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: xml: 88; makefile: 22
file content (28 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (2)
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
Source: medley-clojure
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends:
 debhelper (>= 10),
 javahelper (>= 0.32),
 maven-repo-helper (>= 1.7),
 clojure (>= 1.7),
 libtext-markdown-perl | markdown,
 default-jdk
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/medley-clojure.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/medley-clojure.git
Homepage: https://github.com/weavejester/medley

Package: libmedley-clojure
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Recommends: ${java:Recommends}
Description: Clojure/ClojureScript utility library
 Medley is a lightweight Clojure/ClojureScript library of useful,
 mostly pure functions that are "missing" from clojure.core.
 Medley has a tight focus and limits itself to a small set of general-purpose
 functions.