ligo/vendors/ocaml-uecc/uecc.opam

19 lines
597 B
Plaintext
Raw Normal View History

opam-version: "2.0"
2018-06-05 21:27:33 +04:00
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"
2018-07-23 17:40:55 +04:00
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
2018-06-05 21:27:33 +04:00
depends: [
2018-07-23 17:40:55 +04:00
"dune" {build & >= "1.0.1"}
2018-06-05 21:27:33 +04:00
"bigstring" {>= "0.1.1"}
"alcotest" {with-test & >= "0.8.1"}
"cstruct" {with-test & >= "3.2.1"}
"hex" {with-test}
2018-06-05 21:27:33 +04:00
]