File: control

package info (click to toggle)
jaxrs-api 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,652 kB
  • sloc: java: 7,050; xml: 931; makefile: 10; sh: 6
file content (27 lines) | stat: -rw-r--r-- 925 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
Source: jaxrs-api
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 junit4,
 libactivation-java,
 libjaxb-java,
 libmaven-bundle-plugin-java,
 libmockito-java,
 maven-debian-helper (>= 2.1)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/jaxrs-api.git
Vcs-Browser: https://salsa.debian.org/java-team/jaxrs-api
Homepage: https://github.com/eclipse-ee4j/jaxrs-api

Package: libjaxrs-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java API for RESTful Services (JAX-RS)
 The Java API for RESTful Web Services provides portable APIs for developing,
 exposing and accessing Web applications designed and implemented in compliance
 with principles of REST architectural style.