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://hacl-star.github.io/ocaml_doc/hacl-star/index.html)."""
6maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>"
7authors: "Project Everest"
8license: "Apache-2.0"
9homepage: "https://hacl-star.github.io/"
10doc: "https://hacl-star.github.io/ocaml_doc"
11bug-reports: "https://github.com/project-everest/hacl-star/issues"
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "dune" {>= "1.2"}
15 "hacl-star-raw" {= version}
16 "zarith"
17 "cppo" {build}
18 "odoc" {with-doc}
19]
20available: os = "freebsd" | os-family != "bsd"
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/project-everest/hacl-star.git"
36url {
37 src:
38 "https://github.com/cryspen/hacl-packages/releases/download/ocaml-v0.5.0/hacl-star.0.5.0.tar.gz"
39 checksum: [
40 "md5=340626ebd7668e41f2f7b51798e15dc4"
41 "sha512=37e3bcd29961a3e13634d76993ae4b01f56adf9a9145a4dc9c72f04fcf1430f0e9fe75fac46e9a645f36a5441ec15cb00ff5026b686c5e7ade5084bc88405552"
42 ]
43}