File: control

package info (click to toggle)
hessian 4.0.38-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,428 kB
  • ctags: 2,888
  • sloc: java: 21,407; xml: 108; makefile: 16; sh: 12
file content (39 lines) | stat: -rw-r--r-- 1,759 bytes parent folder | download | duplicates (2)
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
Source: hessian
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>, Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven-repo-helper,
 libservlet3.1-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/hessian.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/hessian.git
Homepage: http://hessian.caucho.com

Package: libhessian-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libhessian-java-doc (= ${binary:Version})
Description: Java implementation of a binary protocol for web services
 Hessian provides compact binary and XML protocols for applications
 needing performance without protocol complexity.  It is well-suited to
 sending binary data without any need to extend the protocol with attachments.
 This library also includes Burlap that is a matching XML protocol.
 .
 With Hessian, providing a web service is as simple as creating a servlet and
 using a service is as simple as a JDK Proxy interface.

Package: libhessian-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libhessian-java (= ${binary:Version})
Description: Documentation for libhessian-java
 Documentation for Hessian that is a Java library that provides compact binary
 and XML protocols for applications needing performance without protocol
 complexity. It is well-suited to sending binary data without any need to
 extend the protocol with attachments. This library also includes Burlap that
 is a matching XML protocol.
 .
 With Hessian, providing a web service is as simple as creating a servlet and
 using a service is as simple as a JDK Proxy interface.