this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml API for EverCrypt/HACL*" 3maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>" 4authors: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>" 5license: "Apache-2.0" 6homepage: "https://hacl-star.github.io/" 7bug-reports: "https://github.com/hacl-star/hacl-star/issues" 8depends: [ 9 "ocaml" {>= "4.05.0"} 10 "dune" {>= "1.2"} 11 "hacl-star-raw" {= version} 12 "zarith" 13 "cppo" {build} 14] 15available: os-family != "bsd" 16build: ["dune" "build" "-p" name "-j" jobs] 17run-test: ["dune" "runtest" "-p" name "-j" jobs] 18dev-repo: "git+https://github.com/hacl-star/hacl-star.git" 19url { 20 src: 21 "https://github.com/hacl-star/hacl-star/releases/download/ocaml-v0.3.2/hacl-star.0.3.2.tar.gz" 22 checksum: [ 23 "md5=5b3cb04bdcd3ede759ac9e31125dffde" 24 "sha512=272070750040651742f81ee7ef64e4aab5421e65e5e66030341fb60cf134273f79f8cf81d75cc62056d523b184e75866e01a40d332b418c3a9071c4f87d21710" 25 ] 26}