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
|
Source: cactoos
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
Build-Depends: debhelper-compat (=13)
, default-jdk
, maven-debian-helper
, junit4
, libfindbugs-annotations-java
, libhamcrest-java
, libmaven-verifier-java
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/cactoos.git
Vcs-Browser: https://salsa.debian.org/java-team/cactoos
Homepage: https://github.com/yegor256/cactoos
Package: libcactoos-java
Architecture: all
Depends: ${misc:Depends}
Description: Collection of object-oriented Java primitives
The Cactoos library's repertoire is pretty rich, ranging from string
manipulation to data structures. The primitive types and their
corresponding methods offered by this library are similar to the ones
provided by other libraries like Guava and Apache Commons but are more
focused on object-oriented design principles.
|