File: control

package info (click to toggle)
cpath-clojure 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 20; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,120 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
Source: cpath-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,
               libjava-classpath-clojure (>= 1.0.0),
               leiningen,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/clojure-team/cpath-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/cpath-clojure
Homepage: https://github.com/xsc/cpath-clj
Rules-Requires-Root: no

Package: libcpath-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libclojure-java,
         libjava-classpath-clojure (>= 1.0.0),
Recommends: ${java:Recommends}
Description: transparently collect files on the classpath
 cpath-clj is a small library to transparently collect files on the classpath
 based on a given base directory. Since that directory might be located inside a
 JAR, it is not always trivial to do so.