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 "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.0/hacl-star.0.7.0.tar.gz"
43 checksum: [
44 "md5=7025737929629b3b48618fd6eea8b5df"
45 "sha512=76052c875eff2cb3cfeeb337c92f3b270a55c538ac4574dd9dfaa8d6a18d2ad1bed1a3a632e1b800f3edcc4c10467ababcb6f33fd1ec36678d16900110eb8ced"
46 ]
47}