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 "dune" {>= "1.7" & < "2.0"} 15 "bigstring" {>= "0.1.1"} 16 "alcotest" {with-test & >= "0.8.1"} 17 "cstruct" {with-test & >= "3.2.1"} 18 "hex" {with-test} 19] 20url { 21 src: 22 "https://gitlab.com/nomadic-labs/ocaml-uecc/-/archive/v0.1/ocaml-uecc-v0.1.tar.gz" 23 checksum: [ 24 "md5=d375b766ef4243265ef67f2fd474574d" 25 "sha512=98d10e8d5ad21f971e2320c25003344d561929b17eb77fc6ac42fd08dec4da582b200d483964d05f3bc0352e37ee463c5d4c4dd11a663dfa463ad53f8293e881" 26 ] 27}