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://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://cryspen.com/hacl-packages/"
10doc: "https://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 "qcheck-core" {with-test & >= "0.20"}
20 "secp256k1-internal" {with-test}
21 "cstruct" {with-test}
22 "odoc" {with-doc}
23]
24available: os = "freebsd" | os-family != "bsd"
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/cryspen/hacl-packages.git"
40url {
41 src:
42 "https://github.com/cryspen/hacl-packages/releases/download/ocaml-v0.7.1/hacl-star.0.7.1.tar.gz"
43 checksum: [
44 "md5=192bca3819b9e21b39a0d38f02081d39"
45 "sha512=28c3f43af0bfeb3976ca11f8cb8ac38694165fd2c897b9048515b02a2116aff8aa45c37c8e475dc172dc7c964a8712beb94ba149426c2caeda1659312347e0b2"
46 ]
47}