mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
21 lines
773 B
XML
21 lines
773 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">Lru provides weight-bounded finite maps that can remove the least-recently-used
|
|
(LRU) bindings in order to maintain a weight constraint.</longdescription>
|
|
<upstream>
|
|
<doc>https://pqwy.github.io/lru/doc</doc>
|
|
<bugs-to>https://github.com/pqwy/lru/issues</bugs-to>
|
|
<remote-id type="github">pqwy/lru</remote-id>
|
|
<maintainer>
|
|
<name>David Kaloper Meršinjak</name>
|
|
<email>dk505@cam.ac.uk</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|