File: control

package info (click to toggle)
libonemind-commons-invoke-java 1.1.0%2Bcvs20090227-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: java: 308; xml: 223; javascript: 29; sh: 12; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 985 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
Source: libonemind-commons-invoke-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 tony mancill <tmancill@debian.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 libonemind-commons-java-java,
 maven-ant-helper
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libonemind-commons-invoke-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libonemind-commons-invoke-java
Homepage: http://onemind-commons.sourceforge.net/commons-invoke/

Package: libonemind-commons-invoke-java
Architecture: all
Depends: ${misc:Depends}
Description: Java invocation framework library
 The OneMind commons-invoke framework is a complimentary framework to the
 reflection. While reflection allow discovery/invocation of the java object
 through JVM kernel, the invocation framework allows programmatic help for
 method lookup and invocation.