dev-R/bit: new package, added 4.0.4

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 10:56:14 +01:00
parent 84972f2bfc
commit 4809f4d240
3 changed files with 48 additions and 0 deletions

17
dev-R/bit/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Provided are classes for boolean and skewed boolean vectors, fast boolean methods, fast unique and non-unique integer sorting, fast set operations on sorted and unsorted sets of integers, and foundations for ff (range index, compression, chunked processing).</longdescription>
<upstream>
<maintainer>
<name>Jens Oehlschlägel</name>
<email>Jens.Oehlschlaegel@truecluster.com</email>
</maintainer>
<bugs-to>https://github.com/truecluster/bit/issues</bugs-to>
<remote-id type="github">truecluster/bit</remote-id>
</upstream>
</pkgmetadata>