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"}
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.4/ocaml-uecc-v0.4.tar.bz2"
24 checksum: [
25 "sha256=7d434048d5ad5d2ac3ad5117dbd798012213efed13fa3897f59ec872465f77aa"
26 "sha512=5bd062760eebda7969bde21ad99b097d2f23810d49d0cba3c5a14d381684a2fb3758134f7fa735b3bf97c80d2077e88ad0cb7fb4d1729e07f5b57c8a43104bfd"
27 ]
28}