gentoo/dev-ml/ocaml-sha/metadata.xml
Ulrich Müller 2585fffefc
**/metadata.xml: Replace http by https in DOCTYPE element
Again. :(

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-01-25 19:37:45 +01:00

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>