2019-05-13 01:13:37 +04:00
|
|
|
opam-version: "2.0"
|
|
|
|
name: "uecc"
|
2019-05-13 11:42:54 +04:00
|
|
|
version: "dev"
|
2019-05-13 01:13:37 +04:00
|
|
|
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
|
|
|
|
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
|
|
|
|
license: "ISC"
|
|
|
|
homepage: "https://github.com/vbmithr/ocaml-uecc"
|
|
|
|
synopsis: "Bindings for ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors"
|
|
|
|
bug-reports: "https://github.com/vbmithr/ocaml-uecc/issues"
|
|
|
|
dev-repo: "git://github.com/vbmithr/ocaml-uecc"
|
|
|
|
build: [
|
|
|
|
[ "dune" "build" "-j" jobs "-p" name "@install" ]
|
2019-05-27 14:32:48 +04:00
|
|
|
[ "mv" "vendors/tezos-modded/vendors/ocaml-uecc/uecc.install" "." ]
|
2019-05-13 01:13:37 +04:00
|
|
|
]
|
|
|
|
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
|
|
|
depends: [
|
|
|
|
"dune" {build & >= "1.0.1"}
|
|
|
|
"bigstring" {>= "0.1.1"}
|
|
|
|
"alcotest" {with-test & >= "0.8.1"}
|
|
|
|
"cstruct" {with-test & >= "3.2.1"}
|
|
|
|
"hex" {with-test}
|
|
|
|
]
|
|
|
|
url {
|
2019-05-27 15:10:29 +04:00
|
|
|
src: "https://gitlab.com/ligolang/ligo/-/archive/master/ligo.tar.gz"
|
2019-05-13 01:13:37 +04:00
|
|
|
}
|