mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
17 lines
516 B
XML
17 lines
516 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
A Haskell library for working with files and directories.
|
|
Includes code for pattern matching, finding files,
|
|
modifying file contents, and more.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">bos/filemanip</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|