summaryrefslogtreecommitdiff
blob: cad88d0d5d23e9515db3cebce161ab3440012408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>