ligo/vendors/ocaml-uecc/uecc.opam

24 lines
629 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"
]
2018-07-23 17:40:55 +04:00
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
build-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" {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
]