this repo has no description
1opam-version: "2.0"
2maintainer: "contact@nomadic-labs.com"
3authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ]
4license: "ISC"
5synopsis: "Cryptography for Tezos"
6homepage: "https://gitlab.com/nomadic-labs/ocaml-blake2"
7bug-reports: "https://gitlab.com/nomadic-labs/ocaml-blake2/issues"
8dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-blake2.git"
9build: [
10 ["dune" "build" "-j" jobs "-p" name "@install"]
11 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "dune" {>= "1.7" & < "2.0"}
15 "bigstring" {>= "0.1.1"}
16 "alcotest" { with-test }
17 "hex" {with-test & >= "1.2.0"}
18]
19url {
20 src:
21 "https://gitlab.com/nomadic-labs/ocaml-blake2/-/archive/v0.1/ocaml-blake2-v0.1.tar.gz"
22 checksum: [
23 "md5=4796f7045d92c3ba778dfd00fffdc6f3"
24 "sha512=ede2aea0c011fcb3bd4c12fd7817634432e54eac704f3266ccb9a0b35776abb472db2ac87c7478835b6c48e0348e4c3a60e0ec1bcb7a011708842bd72fc53212"
25 ]
26}