dynalang 0.4-1ubuntu2 source package in Ubuntu

Changelog

dynalang (0.4-1ubuntu2) trusty; urgency=low

  * Revert build-dependency to ant-optional; ant1.7-optional is obsolete and
    this package now builds cleanly with ant-optional.  This upload is
    substantively identical to 0.4-1.
 -- Colin Watson <email address hidden>   Fri, 08 Nov 2013 17:10:03 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe java

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dynalang_0.4.orig.tar.gz 68.8 KiB db28c40aff49461a0a3cccd8f39a76f9805093f95979d0221997fef2289ff6c6
dynalang_0.4-1ubuntu2.debian.tar.gz 3.1 KiB 7c697171cf765e63b5a01cbbb9b23b9468f220f2dfa803561115f2fcba38e7a8
dynalang_0.4-1ubuntu2.dsc 2.1 KiB c26bc8c8910950b07d54d305645f04ad521ae68ca2cb26981cc40eff8e8f6915

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.