blob: fc38fb67d603a2c08ad7fae30e7fa585907bd8dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<longdescription>
Jal is a partial port of the STL by the C++ Standard Template Library, done by
Matthew Austern and Alexander Stepanov.
It contains several useful algorithms that cannot be found elsewhere (e.g.,
linear-time n-th order statistics and sorting arrays using arbitrary
predicates).
</longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>
|