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