File: control

package info (click to toggle)
clj-tuple-clojure 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: java: 4,623; xml: 102; makefile: 19
file content (25 lines) | stat: -rw-r--r-- 989 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
Source: clj-tuple-clojure
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Section: java
Priority: optional
Build-Depends: clojure,
               debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               libtext-markdown-perl | markdown,
               maven-repo-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/clojure-team/clj-tuple-clojure
Vcs-Git: https://salsa.debian.org/clojure-team/clj-tuple-clojure.git
Homepage: https://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.