mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
26 lines
888 B
XML
26 lines
888 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="mirage">Read and write tar format files via MirageOS interfaces</flag>
|
|
<flag name="unix">Decode and encode tar format files from Unix</flag>
|
|
</use>
|
|
<longdescription lang="en">tar is a simple library to read and write tar files with an emphasis on
|
|
streaming.
|
|
|
|
This is pure OCaml code, no C bindings.</longdescription>
|
|
<upstream>
|
|
<doc>https://mirage.github.io/ocaml-tar/</doc>
|
|
<bugs-to>https://github.com/mirage/ocaml-tar/issues</bugs-to>
|
|
<remote-id type="github">mirage/ocaml-tar</remote-id>
|
|
<maintainer>
|
|
<name>David Scott</name>
|
|
<email>dave@recoil.org</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|