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.1/hacl-star.0.6.1.tar.gz" 40 checksum: [ 41 "md5=12562af72483908a86ca38845d30c25b" 42 "sha512=410b25fedcd0f8790cda7021237cf5ebf43d770566c86b697da301b18a5b36da347ae20f84544b38a593a55185e7959308a8a369edfc64d09fadb4896c20e0e0" 43 ] 44}