this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml API for EverCrypt/HACL*"
3maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>"
4authors: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>"
5license: "Apache-2.0"
6homepage: "https://hacl-star.github.io/"
7bug-reports: "https://github.com/hacl-star/hacl-star/issues"
8depends: [
9 "ocaml" {>= "4.05.0"}
10 "dune" {>= "1.2"}
11 "hacl-star-raw" {= version}
12 "zarith"
13 "cppo" {build}
14]
15available: os-family != "bsd"
16build: ["dune" "build" "-p" name "-j" jobs]
17run-test: ["dune" "runtest" "-p" name "-j" jobs]
18dev-repo: "git+https://github.com/hacl-star/hacl-star.git"
19url {
20 src:
21 "https://github.com/hacl-star/hacl-star/releases/download/ocaml-v0.3.0/hacl-star.0.3.0.tar.gz"
22 checksum: [
23 "md5=d96f706ad7cc24b0b4bd048a8acf872e"
24 "sha512=909b2cc9cfd7d37959768d441fe248eaf09c82072d82a25927fa3a5fb1582602d1196604d8fcc663531b7cd5fc1554129f1dc069b8ba147c5c4c4d8139573485"
25 ]
26}