aboutsummaryrefslogtreecommitdiff
blob: 59cfbb5fca0cd00283eef5ea769c97072797c478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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/bit64/issues</bugs-to>
		<remote-id type="github">truecluster/bit64</remote-id>
	</upstream>
</pkgmetadata>