this repo has no description
1opam-version: "2.0"
2authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Marco Stronati <marco@stronati.org>" ]
3maintainer: "contact@tezos.com"
4synopsis: "Tezos binding for Hacl*"
5homepage: "https://gitlab.com/nomadic-labs/ocaml-hacl"
6bug-reports: "https://gitlab.com/nomadic-labs/ocaml-hacl/issues"
7dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-hacl.git"
8license: "MIT"
9depends: [
10 "dune" {>= "1.7" & < "2.0"}
11 "bigstring" {>= "0.1.1"}
12 "ocplib-endian" {>= "1.0"}
13 "zarith" {>= "1.7"}
14 "alcotest" {with-test & >= "0.8.1"}
15 "hex" {with-test & >= "1.4.0"}
16 "base"
17 "stdio"
18]
19conflicts: [
20 "hacl_x25519"
21]
22build: [
23 ["dune" "build" "-j" jobs "-p" name "@install"]
24 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
25]
26url {
27 src:
28 "https://gitlab.com/nomadic-labs/ocaml-hacl/-/archive/v0.2/ocaml-hacl-v0.2.tar.gz"
29 checksum: [
30 "sha256=84c4f6c4c54c8386d8b44d5a48840d8fec25568fbe64b3c6414d21d4d8cb4afc"
31 "sha512=f565673faf6587ad786bd747e25664a9e1c22b549ed801c444ee40840d8fb6b49b248fae9205743e1b47c7244a182758380eeaa5b802f5a0f3b7eb4bbe8667f6"
32 ]
33}