File: control

package info (click to toggle)
fast-zip-visit-clojure 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: makefile: 22
file content (31 lines) | stat: -rw-r--r-- 1,131 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
Source: fast-zip-visit-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 javahelper (>= 0.32),
 maven-repo-helper (>= 1.7),
 libclojure-java (>= 1.8),
 libfast-zip-clojure (>= 0.4.0),
 libfast-zip-clojure (<= 0.5.0) | libfast-zip-clojure (>= 0.7.0+really0.5.0~),
 default-jdk,
 leiningen,
 libcomplete-clojure <!nocheck>,
 libnrepl-clojure <!nocheck>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/clojure-team/fast-zip-visit-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/fast-zip-visit-clojure
Homepage: https://github.com/akhudek/zip-visit

Package: libfast-zip-visit-clojure
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Recommends: ${java:Recommends}
Description: Clojure zipper-based visitor library (fast-zip version)
 A Clojure library implementing functional visitors over zippers. This library
 was inspired partly by the j-treevisit library and the need for walking
 and modifying tree data structures in Clojure.