mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Initial version of ebuild is written by Jeff Parent. Bug: https://bugs.gentoo.org/627282 Package-Manager: Portage-2.3.6, Repoman-2.3.3
16 lines
569 B
XML
16 lines
569 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>
|
|
Please see the README.md for usage information, and
|
|
the wiki on Github for more details. Also, note that
|
|
the API for the library is not currently stable, and may
|
|
change significantly, even between minor releases. It is
|
|
currently only intended for use by the executable.
|
|
</longdescription>
|
|
</pkgmetadata>
|