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: knopflerfish-osgi
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Felix Natter <fnatter@gmx.net>
Build-Depends-Indep:
ant,
debhelper (>= 11),
default-jdk,
libasm-java (>= 5.0),
libosgi-annotation-java
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/knopflerfish-osgi.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/knopflerfish-osgi.git
Homepage: http://www.knopflerfish.org/
Package: libknopflerfish-osgi-framework-java
Architecture: all
Depends: ${misc:Depends}
Description: Java framework implementing the OSGi R6 version
OSGi, Open Service Gateway Initiative, specifies an industry standard Java
application platform, allowing multiple applications, to securely run in a
single JVM. These programs can share resources as data, functionality and
threads.
.
Applications areas for OSGi ranges from use as a service platform on embedded
devices, to plugin mechanisms for larger programs. The initial goal of OSGi
was the embedded market, but other uses are certainly possible.
.
This package specifically provides the framework JAR file.
|