2019-01-11 09:29:28 +04:00
|
|
|
opam-version: "2.0"
|
2018-04-19 16:29:27 +04:00
|
|
|
name: "secp256k1"
|
2018-04-04 12:01:47 +04: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"
|
2018-07-23 17:40:55 +04:00
|
|
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
2018-04-04 12:01:47 +04:00
|
|
|
depends: [
|
|
|
|
"conf-gmp" {build}
|
2018-07-23 17:40:55 +04:00
|
|
|
"dune" {build & >= "1.0.1"}
|
2018-04-04 12:01:47 +04:00
|
|
|
"cstruct" {>= "3.2.1"}
|
2018-05-04 21:46:32 +04:00
|
|
|
"bigstring" {>= "0.1.1"}
|
2018-04-04 12:01:47 +04:00
|
|
|
]
|