multiverse-core 0.7.0-5 source package in Ubuntu

Changelog

multiverse-core (0.7.0-5) unstable; urgency=medium

  [ Emmanuel Bourg ]
  * Build with gradle-debian-helper.

  [ Miguel Landaeta ]
  * Remove myself from uploaders list. (Closes: #871879)
  * Bump DH compat level to 10.
  * Wrap and sort dependencies lists.
  * Bump Standards-Version to 3.9.8. No changes were required.
  * Update Vcs-* fields.
  * Update copyright info.

  [ tony mancill ]
  * Add patch for FTBFS due to javadoc
  * Add default-jdk-doc to build-deps
  * Add myself to Uploaders
  * Update Vcs URLs to point to Salsa

 -- tony mancill <email address hidden>  Wed, 05 Jan 2022 20:21:27 -0800

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
multiverse-core_0.7.0-5.dsc 2.1 KiB 4063226ef2bfa6c940978dbe0a4cd324a31606b6aaddd396eda27ee30e12b204
multiverse-core_0.7.0.orig.tar.gz 1.0 MiB 558fbdf7c4f4f32fd154d7ae1a2db8a8aec48c1b6c2cd6744c053a0c3db5b110
multiverse-core_0.7.0-5.debian.tar.xz 3.5 KiB e97568adb2303e91b004829a3a4c94147ce3b5169283027ac4296317d7394640

Available diffs

No changes file available.

Binary packages built by this source

libmultiverse-core-java: Java library implementing Software Transactional Memory (STM)

 Multiverse is meant as an alternative to traditional lock based
 concurrency. If you have worked with databases before, Transactional
 Memory should feel familiar because both share one very important
 concept: transactions.
 .
 Multiverse is language independent so it can be used without relying
 on instrumentation and therefore can easily be used with other
 languages that can run on the JVM like Scala, Groovy or JRuby.
 .
 Also it reduces complexity of concurrency control, it can be used
 demanding production environments and provides a framework for STM
 experiments.

libmultiverse-core-java-doc: Documentation for libmultiverse-core-java

 Multiverse is meant as an alternative to traditional lock based
 concurrency. If you have worked with databases before, Transactional
 Memory should feel familiar because both share one very important
 concept: transactions.
 .
 Multiverse is language independent so it can be used without relying
 on instrumentation and therefore can easily be used with other
 languages that can run on the JVM like Scala, Groovy or JRuby.
 .
 Also it reduces complexity of concurrency control, it can be used
 demanding production environments and provides a framework for STM
 experiments.
 .
 This package contains the Multiverse Core API javadocs.