2018-04-04 12:01:47 +04:00
|
|
|
opam-version: "1.2"
|
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"
|
|
|
|
|
|
|
|
available: [
|
|
|
|
ocaml-version >= "4.03.0"
|
|
|
|
]
|
|
|
|
|
|
|
|
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
|
|
|
|
depends: [
|
|
|
|
"conf-gmp" {build}
|
2018-06-02 16:11:22 +04:00
|
|
|
"jbuilder" {build & >= "1.0+beta20"}
|
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
|
|
|
]
|