this repo has no description
1opam-version: "2.0" 2synopsis: "Mec - Mini Elliptic Curve library" 3maintainer: "Danny Willems <be.danny.willems@gmail.com>" 4authors: "Danny Willems <be.danny.willems@gmail.com>" 5license: "MIT" 6homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ec" 7bug-reports: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ec/issues" 8depends: [ 9 "ocaml" {>= "4.12"} 10 "dune" {>= "2.7"} 11 "zarith" {>= "1.9.1" & < "2.0.0"} 12 "eqaf" 13 "bigarray-compat" 14 "hex" {>= "1.3.0"} 15 "ff-sig" {>= "0.6.0"} 16 "ff" {>= "0.6.0"} 17 "alcotest" 18 "odoc" {with-doc} 19 "bisect_ppx" {with-test & >= "2.5"} 20] 21build: ["dune" "build" "-j" jobs "-p" name "@install"] 22run-test: ["dune" "runtest" "-p" name "-j" jobs] 23dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-ec.git" 24url { 25 src: 26 "https://gitlab.com/nomadic-labs/cryptography/ocaml-ec/-/archive/0.1.0/ocaml-ec-0.1.0.tar.bz2" 27 checksum: [ 28 "md5=7c68b531c8011b5d032f0a0d8523e8c5" 29 "sha512=f428751c5f2b7c7fc07548551bea0277c9c8c32c1052aecf22787188e7678939dbb091844e29178b2819d724cf843c65774d9211c0a0ede5bf71caff3f2dd1bc" 30 ] 31}