libdexx-java 0.7-2 source package in Ubuntu

Changelog

libdexx-java (0.7-2) unstable; urgency=medium

  * Source-only rebuild.
  * Declare compliance with Debian Policy 4.6.0.

 -- Markus Koschany <email address hidden>  Mon, 06 Sep 2021 19:57:51 +0200

Upload details

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

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdexx-java_0.7-2.dsc 2.1 KiB eb5391c8860f18760a72e5fae26126e256173167ca9760c0e5b0655700606a31
libdexx-java_0.7.orig.tar.xz 100.8 KiB ba021a4e31f70a101a2c8c73a674314ade2cd8f3a9fbe7724ef1b92bb51052f6
libdexx-java_0.7-2.debian.tar.xz 3.3 KiB 9db609b25872a89255c6922ff97dcd2826e84678dd720bb42d4345b688d01283

No changes file available.

Binary packages built by this source

libdexx-java: immutable, persistent collection classes for Java

 Dexx Collections are a port of Scala's immutable, persistent collection
 classes to pure Java. Persistent in the context of functional data structures
 means the data structure preserves the previous version of itself when
 modified. This means any reference to a collection is effectively immutable.
 However, modifications can be made by returning a new version of the data
 structure, leaving the original structure unchanged.