ligo/vendors/ocaml-secp256k1/secp256k1.opam

17 lines
582 B
Plaintext
Raw Normal View History

opam-version: "2.0"
2018-04-19 14:29:27 +02:00
name: "secp256k1"
2018-04-04 10:01:47 +02:00
version: "0.1"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
homepage: "https://github.com/vbmithr/ocaml-secp256k1-internal"
bug-reports: "https://github.com/vbmithr/ocaml-secp256k1-internal/issues"
dev-repo: "git://github.com/vbmithr/ocaml-secp256k1-internal"
synopsis: "Bindings to secp256k1 internal functions"
2018-07-23 15:40:55 +02:00
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
2018-04-04 10:01:47 +02:00
depends: [
"conf-gmp" {build}
2018-07-23 15:40:55 +02:00
"dune" {build & >= "1.0.1"}
2018-04-04 10:01:47 +02:00
"cstruct" {>= "3.2.1"}
2018-05-04 19:46:32 +02:00
"bigstring" {>= "0.1.1"}
2018-04-04 10:01:47 +02:00
]