mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
19 lines
649 B
XML
19 lines
649 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>ml@gentoo.org</email>
|
|
<name>ML</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
This is the binding for SHA interface code in OCaml. Offering the same
|
|
interface than the MD5 digest included in the OCaml standard library.
|
|
It's currently providing SHA1, SHA256 and SHA512 hash functions.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/djs55/ocaml-sha/issues/</bugs-to>
|
|
<remote-id type="github">djs55/ocaml-sha</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|