Source: multiverse-core
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9~), gradle, default-jdk, javahelper, maven-repo-helper
Standards-Version: 3.9.6
Homepage: http://multiverse.codehaus.org/
Vcs-Git: git://anonscm.debian.org/pkg-java/multiverse-core.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/multiverse-core.git

Package: libmultiverse-core-java
Architecture: all
Depends: ${misc:Depends}
Description: 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.

Package: libmultiverse-core-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libmultiverse-core-java (= ${binary:Version})
Suggests: default-jdk-doc
Description: 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.
