Source: sparsebitset
Section: java
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12), default-jdk, maven-debian-helper (>= 2.1), default-jdk-doc, junit (>= 3.8.1), libmaven-javadoc-plugin-java
Standards-Version: 4.3.0
Homepage: https://github.com/brettwooldridge/SparseBitSet
Vcs-Git: https://gitlab.com/kalilinux/packages/sparsebitset.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/sparsebitset

Package: libsparsebitset-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}, libsparsebitset-java-doc
Description: Efficient sparse bit set implementation for Java
 This package contains an efficient sparse bitset implementation. If you need
 to set a large number of bits, or bits at extremely high offsets, you probably
 want to use this Sparse BitSet. All other alternatives are essentialy off the
 table; the Java BitSet class is a non-starter. Performance is superior in
 almost all cases to the standard Java BitSet.

Package: libsparsebitset-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, libjs-jquery, libjs-jquery-ui
Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
Suggests: libsparsebitset-java
Description: Documentation for SparseBitSet
 This package contains an efficient sparse bitset implementation. If you need
 to set a large number of bits, or bits at extremely high offsets, you probably
 want to use this Sparse BitSet. All other alternatives are essentialy off the
 table; the Java BitSet class is a non-starter. Performance is superior in
 almost all cases to the standard Java BitSet.
 .
 This package contains the API documentation of libsparsebitset-java.
