this repo has no description
1opam-version: "2.0" 2maintainer: "contact@nomadic-labs.com" 3authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ] 4license: "ISC" 5homepage: "https://gitlab.com/nomadic-labs/ocaml-uecc" 6synopsis: "Bindings for ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors" 7bug-reports: "https://gitlab.com/nomadic-labs/ocaml-uecc/issues" 8dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-uecc.git" 9build: [ 10 ["dune" "build" "-j" jobs "-p" name "@install"] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13depends: [ 14 "ocaml" {>= "4.03" & < "5.0.0"} 15 "dune" {>= "2.0"} 16 "bigstring" {>= "0.1.1"} 17 "alcotest" {with-test & >= "0.8.1"} 18 "cstruct" {with-test & >= "3.2.1"} 19 "hex" {with-test & >= "1.4.0"} 20] 21url { 22 src: 23 "https://gitlab.com/nomadic-labs/ocaml-uecc/-/archive/v0.3/ocaml-uecc-v0.3.tar.gz" 24 checksum: [ 25 "sha256=ae4be85bdd02698097f0a7fa33c40720c7b53f462e6149b01fec348c527f956d" 26 "sha512=176aa5ddc6c31727bac9a9a988f14d834989c0aa9761101e26d1ef6ef017ab191c41be072ef51e0b74b62812026171cf0f7926ed3f132b66e4a611ffd515ac64" 27 ] 28}