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
|
Source: jaxb-api
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@ubuntu.com>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
libactivation-java,
libjakarta-activation-java,
libbuild-helper-maven-plugin-java,
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
libmaven-dependency-plugin-java,
maven-debian-helper (>= 1.5)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/jaxb-api.git
Vcs-Browser: https://salsa.debian.org/java-team/jaxb-api
Homepage: https://github.com/javaee/jaxb-spec
Rules-Requires-Root: no
Package: libjaxb-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java Architecture for XML Binding API
The goal of the JAXB project is to develop and evolve the code base for the
Reference Implementation (RI) of JAXB, the Java Architecture for XML Binding.
.
This library contains the JAXB (JSR 222) API.
|