this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: [
4"Vincent Hanquez" "Thomas Gazagnaire" "Goswin von Brederlow"
5 "Eric Cooper" "Florent Monnier" "Forrest L Norvell"
6 "Vincent Bernadoff" "David Scott"
7]
8homepage: "https://github.com/djs55/ocaml-sha"
9bug-reports: "https://github.com/djs55/ocaml-sha/issues"
10dev-repo: "git+https://github.com/djs55/ocaml-sha.git"
11license: "ISC"
12
13build: [
14 ["jbuilder" "build" "-p" name "-j" jobs]
15 ["jbuilder" "runtest" "-p" name] {with-test}
16]
17depends: [
18 "ocaml" {>= "4.02.0" & < "5.0"}
19 "jbuilder" {>= "1.0+beta13"}
20 "ounit" {with-test}
21]
22synopsis: "Binding to the SHA cryptographic functions"
23description: """
24This is the binding for SHA interface code in OCaml. Offering the same
25interface than the MD5 digest included in the OCaml standard library.
26It's currently providing SHA1, SHA256 and SHA512 hash functions."""
27url {
28 src:
29 "https://github.com/djs55/ocaml-sha/releases/download/v1.12/sha-1.12.tbz"
30 checksum: [
31 "sha256=b6e3b5dcd33b18171fa5c6434a8e6edc31045a22464b4b7c46e0714d2a434224"
32 "md5=de64465e24e778a22f510c8f24d1bd15"
33 ]
34}