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
|
Source: guava-libraries
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>,
Emmanuel Bourg <ebourg@apache.org>,
James Page <james.page@canonical.com>
Build-Depends: debhelper (>= 9~), default-jdk, maven-debian-helper
Build-Depends-Indep: libanimal-sniffer-java,
libatinject-jsr330-api-java,
libjsr305-java,
libmaven-bundle-plugin-java,
libmaven-dependency-plugin-java,
libmaven-javadoc-plugin-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/guava-libraries.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/guava-libraries.git
Homepage: https://github.com/google/guava
Package: libguava-java
Architecture: all
Depends: libatinject-jsr330-api-java, libjsr305-java, ${misc:Depends}
Breaks: closure-compiler (<= 20130227+dfsg1-2)
Description: Suite of Google common libraries for Java
Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, concurrency
support and other features.
.
Guava has two code dependencies - javax.annotation per the JSR-305 spec
and javax.inject per the JSR-330 spec.
Package: libguava-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libguava-java
Suggests: default-jdk-doc
Description: documentation for libguava-java
Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, concurrency
support and other features.
.
Guava has two code dependencies - javax.annotation per the JSR-305 spec
and javax.inject per the JSR-330 spec.
.
This package contains the javadocs of Guava library suite.
|