aboutsummaryrefslogtreecommitdiff
blob: 62c13e1e42b71e7805b5bc25d1ef8c93b143fbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription>
		SimCList is a high quality C (C++ embeddable) library for handling
		lists. It exploits several advanced techniques for improving
		performance, including freelists, sentinels, automatic sort algorithm
		selection, sort randomization, mid pointer and optional multithreading.
	</longdescription>
	<use>
		<flag name="dump">Disable building of dump and restore functionalities</flag>
		<flag name="hash">Allow list_hash() to work exclusively on memory locations</flag>
	</use>
	<upstream>
		<remote-id type="github">mij/simclist</remote-id>
	</upstream>
</pkgmetadata>