File: control

package info (click to toggle)
knopflerfish-osgi 6.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,188 kB
  • sloc: java: 38,413; xml: 3,453; sh: 71; makefile: 23
file content (30 lines) | stat: -rw-r--r-- 1,178 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
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.