1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: clj-tuple-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.43),
libtext-markdown-perl | markdown,
maven-repo-helper (>= 1.7)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/clj-tuple-clojure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/clj-tuple-clojure.git
Homepage: http://github.com/ztellman/clj-tuple
Package: libclj-tuple-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: efficient implementations for small maps and vectors in Clojure
clj-tuple provides efficient implementations for small maps and vectors in
Clojure. The library is a drop-in replacement for Clojure's builtin vector and
hash-map types.
|