this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml API for EverCrypt/HACL*"
3description: """\
4Documentation for this library can be found
5[here](https://tech.cryspen.com/hacl-packages/ocaml/main/index.html)."""
6maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>"
7authors: "Project Everest"
8license: "Apache-2.0"
9homepage: "https://tech.cryspen.com/hacl-packages/"
10doc: "https://tech.cryspen.com/hacl-packages/ocaml/main/index.html"
11bug-reports: "https://github.com/cryspen/hacl-packages/issues"
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "dune" {>= "1.2"}
15 "hacl-star-raw" {= version}
16 "zarith"
17 "cppo" {build}
18 "alcotest" {with-test & >= "1.1.0"}
19 "odoc" {with-doc}
20]
21available: os = "freebsd" | os-family != "bsd"
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]
36dev-repo: "git+https://github.com/cryspen/hacl-packages.git"
37url {
38 src:
39 "https://github.com/cryspen/hacl-packages/releases/download/ocaml-v0.6.0/hacl-star.0.6.0.tar.gz"
40 checksum: [
41 "md5=1ab1ada1189c4e61ddda06275cc3093f"
42 "sha512=710645d22a22f5d276a26019bda8f137861e3f0dc1f9e170eb9d25c88dc84293af01fd40923181a28a063a9b8d281cb51e28c7016144f7c8bb1d63b18797fbe1"
43 ]
44}