dynalang 0.4-3.1 source package in Ubuntu

Changelog

dynalang (0.4-3.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 17:18:11 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dynalang_0.4-3.1.dsc 1.9 KiB e8c5929f25fdd9890ef89f5e4b605e911e64df98c8cae7ba1e2e15db30c3d434
dynalang_0.4.orig.tar.gz 68.8 KiB db28c40aff49461a0a3cccd8f39a76f9805093f95979d0221997fef2289ff6c6
dynalang_0.4-3.1.debian.tar.xz 3.8 KiB 2b90813bb625fee894bb402dce5f86778a272a8601d4fed00d590a3967c578d6

Available diffs

No changes file available.

Binary packages built by this source

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