File: control

package info (click to toggle)
libnetx-java 0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 876 kB
  • sloc: java: 5,688; xml: 60; sh: 11; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,329 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
28
29
30
31
32
33
34
Source: libnetx-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Varun Hiremath <varun@debian.org>,
 Torsten Werner <twerner@debian.org>
Build-Depends:
 ant,
 debhelper (>= 11),
 default-jdk
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/libnetx-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libnetx-java
Homepage: http://jnlp.sourceforge.net/netx/

Package: libnetx-java
Architecture: all
Depends: ${misc:Depends}
Description: An open-source JNLP client
 Netx is a high-quality implementation of the Java Network Launching
 Protocol (JNLP). It downloads code over the network for applications
 and applets, caches it, and runs it in a secure environment.
 .
 General Features of netx and JNLP:
  * Quality: Highest quality open-source JNLP client.
  * Modular: Easily add JNLP capabilities to any applications.
  * Security: Run code in a sandbox or log its activities.
  * Small Size: Loads from a ~130K JAR file.
  * Auto-Update: No special code needed to auto-update apps.
  * Fast startup: Runs code from a cache for fast starting.
  * Saves Memory: Supports running apps in a shared JVM.
  * No Browser: Runs apps and applets without a browser.
  * Web Based: No installers needed to deploy an application