File: control

package info (click to toggle)
dynalang 0.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 708 kB
  • sloc: java: 3,847; xml: 534; makefile: 11; sh: 4
file content (26 lines) | stat: -rw-r--r-- 1,255 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
Source: dynalang
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 9), cdbs, javahelper
Build-Depends-Indep: ant-optional, default-jdk, junit
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/dynalang.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/dynalang.git
Homepage: http://dynalang.sourceforge.net

Package: libdynalang-java
Architecture: all
Depends: ${misc:Depends}
Description: JVM Dynamic Languages Metaobject Protocol
 This library aims to make it possible for objects created by a runtime for one
 dynamic language to be passed to and manipulated by a different dynamic
 language, running within the same JVM. More generally, it aims to provide a
 facility where an arbitrary system (usually a language runtime) can intuitively
 manipulate any arbitrary object model built atop of Java objects (usually the
 native object model of some other language).
 .
 Basically, it provides a unified mechanism that all dynamic languages on the
 JVM can use to inter-operably manipulate their own objects as well as objects
 from any other language that also uses this mechanism.