File: control

package info (click to toggle)
pomegranate-clojure 1.1.0%2Breally-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 400 kB
  • sloc: xml: 160; makefile: 2; sh: 2
file content (47 lines) | stat: -rw-r--r-- 1,599 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: pomegranate-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Elana Hashman <ehashman@debian.org>
Build-Depends:
 javahelper (>= 0.43),
 maven-debian-helper (>= 2.0),
 debhelper (>= 10),
 default-jdk,
 libmaven3-core-java (>= 3.5.0),
 libmaven-resolver-java (>= 1.0.3),
 libmaven-resolver-transport-http-java,
 libwagon-http-java,
 libwagon-ssh-java,
 libhttpclient-java (>= 4.5.3),
 libclojure-java,
 libdynapath-clojure (>= 1.0.0)
Standards-Version: 4.3.0
Homepage: https://github.com/cemerick/pomegranate
Vcs-Git: https://salsa.debian.org/clojure-team/pomegranate-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/pomegranate-clojure

Package: libpomegranate-clojure
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends},
 ${maven:Depends},
 libplexus-interpolation-java (>= 1.24),
 libplexus-component-annotations-java (>= 1.7.1),
 libplexus-utils2-java (>= 3.0.24)
Suggests: ${maven:OptionalDepends}
Description: dependency resolution and repository handling library for Clojure
 pomegranate provides a Clojure interface to sonatype-aether. It supports the
 following features from Aether:
 .
  *Dependency resolution and common dependency graph/hierarchy manipulation
   operations.
  *Local installation of artifacts.
  *Remote deployment.
  *Repository authentication.
  *HTTP proxy configuration.
  *Offline mode.
 .
 It also allows provides dynamic inclusion of libraries in the classpath
 whether the libraries are installed or have to be retrieved from a repository.