aboutsummaryrefslogtreecommitdiff
blob: 9d59bbcf448bd48c4ada0d7bdf777be8362699dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci-biology@gentoo.org</email>
		<name>Gentoo Biology Project</name>
	</maintainer>
	<longdescription lang="en">
libmaus is a collection of data structures and algorithms. It contains

I/O classes (single byte and UTF-8)
	bitio classes (input, output and various forms of bit level manipulation)
	text indexing classes (suffix and LCP array, fulltext and minute (FM), ...)
	BAM sequence alignment files input/output (simple and collating)
	and many lower level support classes.
  </longdescription>
	<upstream>
		<remote-id type="github">gt1/libmaus</remote-id>
	</upstream>
</pkgmetadata>