Skip to content
Snippets Groups Projects

Apply multi-arch hints

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -21,6 +21,7 @@ Package: libjavaewah-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Multi-Arch: foreign
Description: Compressed variant of the Java bitset class
The bit array data structure is implemented in Java as the BitSet class.
Unfortunately, this fails to scale without compression.
Loading