Source: vavr0 Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Andrej Shadura 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).