this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3maintainer: ["dave@recoil.org"]
4authors: [
5 "Vincent Hanquez"
6 "Thomas Gazagnaire"
7 "Goswin von Brederlow"
8 "Eric Cooper"
9 "Florent Monnier"
10 "Forrest L Norvell"
11 "Vincent Bernadoff"
12 "David Scott"
13]
14license: "ISC"
15homepage: "https://github.com/djs55/ocaml-sha"
16bug-reports: "https://github.com/djs55/ocaml-sha/issues"
17depends: [
18 "ocaml" {< "5.0.0"}
19 "dune" {>= "2.0"}
20 "ounit" {with-test}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36synopsis: "Binding to the SHA cryptographic functions"
37description: """
38This is the binding for SHA interface code in OCaml. Offering the same
39interface than the MD5 digest included in the OCaml standard library.
40It's currently providing SHA1, SHA256 and SHA512 hash functions."""
41dev-repo: "git+https://github.com/djs55/ocaml-sha.git"
42url {
43 src:
44 "https://github.com/djs55/ocaml-sha/releases/download/v1.13/sha-v1.13.tbz"
45 checksum: [
46 "sha256=048c473c7114465ea4a4c2ea72563a9641989a1dbe1599138021a6ad1dd1e203"
47 "md5=a3c5e8a1f4c23575a315cb6d051a16f2"
48 ]
49}