File: control

package info (click to toggle)
cactoos 0.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,480 kB
  • sloc: java: 31,893; xml: 236; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download
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.