dynalang 0.4-1ubuntu1 source package in Ubuntu

Changelog

dynalang (0.4-1ubuntu1) natty; urgency=low

  * Build-depend on ant1.7-optional. LP: #749268.
 -- Matthias Klose <email address hidden>   Sun, 03 Apr 2011 14:10:44 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe java

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dynalang_0.4.orig.tar.gz 68.8 KiB db28c40aff49461a0a3cccd8f39a76f9805093f95979d0221997fef2289ff6c6
dynalang_0.4-1ubuntu1.debian.tar.gz 2.9 KiB fd876c37ed35ce7f000971b3c7ab690c2bc75b7db2be89e2e29a657f5d0820a1
dynalang_0.4-1ubuntu1.dsc 1.3 KiB f3e6149360545c9bed2b91901150874669369e1b8ea75db6bbf00d5a2e91dc7f

Available diffs

View changes file

Binary packages built by this source

libdynalang-java: 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.