Source: dynalang
Section: java
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 7), cdbs, javahelper
Build-Depends-Indep: ant-optional, default-jdk, junit, libemma-java
Standards-Version: 3.9.0
Vcs-Git: git://git.debian.org/pkg-java/dynalang.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/dynalang.git
Homepage: http://dynalang.sourceforge.net

Package: libdynalang-java
Architecture: all
Depends: ${misc:Depends}
Description: The JVM Dynamic Languages Metaobject Protocol Library
 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.
