ligo/vendors/ocaml-uecc/uecc.opam

24 lines
648 B
Plaintext
Raw Normal View History

2018-06-05 21:27:33 +04:00
opam-version: "1.2"
name: "uecc"
version: "1.0"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
license: "ISC"
homepage: "https://github.com/vbmithr/ocaml-uecc"
bug-reports: "https://github.com/vbmithr/ocaml-uecc/issues"
dev-repo: "git://github.com/vbmithr/ocaml-uecc"
available: [
ocaml-version >= "4.02.0"
]
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]
depends: [
"jbuilder" {build & >= "1.0+beta19.1"}
"bigstring" {>= "0.1.1"}
"alcotest" {test & >= "0.8.1"}
2018-06-19 04:24:24 +04:00
"cstruct" {test & >= "3.2.1"}
"hex" {test}
2018-06-05 21:27:33 +04:00
]