libsemantic-version-java 2.1.1+ds-2 source package in Ubuntu

Changelog

libsemantic-version-java (2.1.1+ds-2) unstable; urgency=medium

  * Source only upload for migration to testing.
  * Mark binary package 'Multi-Arch: foreign'.

 -- Andreas B. Mundt <email address hidden>  Sat, 22 Jul 2023 08:57:23 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsemantic-version-java_2.1.1+ds-2.dsc 2.1 KiB f051ffc45f2099a72a177927357db2beeb5f23af6eb3e3efae4cb03eedd15d4f
libsemantic-version-java_2.1.1+ds.orig.tar.gz 32.5 KiB 8740fceb9a93d09c376a6cca65ede3a39ca741b4da8ed646a015ad7a7f509a06
libsemantic-version-java_2.1.1+ds-2.debian.tar.xz 3.1 KiB a03f6d76efc094eff5f731d20b3e3aba6a342d8e246c41115e3b848856eb519b

Available diffs

  • diff from 2.1.1+ds-1 to 2.1.1+ds-2 (pending)

No changes file available.

Binary packages built by this source

libsemantic-version-java: single-class semantic version implementation for java

 Semantic-Version requires no further dependencies and is thereby easy
 to use within projects. Key features are:
 .
  - Lightweight: Consists of only a single file, no dependencies.
 .
  - Immutable: Strict immutability ensures easy handling and thread
 safety.
 .
  - Serializable: Objects can be serialized using Java's
 ObjectOutputStream.
 .
  - Fast: Many performance improvements make this the fastest semver
 implementation in java around (according to parsing and sorting
 performance).