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
|
Source: java-sdp-api
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ingo Bauersachs <ingo@jitsi.org>
Build-Depends: debhelper (>= 10),
default-jdk,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 2.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/java-sdp-api.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/java-sdp-api.git
Homepage: https://github.com/opentelecoms-org/java-sdp-api
Package: libsdp-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: SDP API for Java
The IETF protocol SDP specifies messages that describe multi-media
sessions and are included within other protocol messages as payload.
The API will enable users to manipulate SDP messages.
.
This is a reimplementation of the JSR 141 specification
due to a non-free license of the reference implementation.
|