1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: vavr0
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
maven-debian-helper (>= 2.1)
Build-Depends-Indep:
libbuild-helper-maven-plugin-java (>= 3.0.0),
libmaven-bundle-plugin-java (>= 3.5.1),
libmaven-compiler-plugin-java (>= 3.8.0),
libmaven-install-plugin-java (>= 2.5.2),
libmaven-jar-plugin-java (>= 3.1.1)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/vavr0.git
Vcs-Browser: https://salsa.debian.org/java-team/vavr0
Homepage: http://vavr.io
Package: libvavr0-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends}
Suggests:
${maven:OptionalDepends}
Description: object-functional language extension for Java
Vavr (formerly called Javaslang) is an object-functional language
extension for Java 8+.
.
Vavr aims to reduce the lines of code and increase code quality.
It provides persistent collections, functional abstractions for error
handling, concurrent programming, pattern matching and much more.
.
Vavr fuses the power of object-oriented programming with the elegance
and robustness of functional programming. Its feature-rich, persistent
collection library smoothly integrates with Java's standard collections.
.
Vavr does not depend on any libraries (other than the JVM).
|