ligo/packages/ocplib-resto/ocplib-resto.dev/opam

28 lines
786 B
Plaintext
Raw Normal View History

2019-05-13 01:13:37 +04:00
name: "ocplib-resto"
2019-05-13 11:42:54 +04:00
version: "dev"
2019-05-13 01:13:37 +04:00
opam-version: "2.0"
maintainer: "Grégoire Henry <gregoire.henry@tezos.com>"
authors: "Grégoire Henry <gregoire.henry@tezos.com>"
license: "LGPL-2.1-with-OCaml-exception"
homepage: "https://github.com/OCamlPro/ocplib-resto"
bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues"
dev-repo: "git+https://github.com/OCamlPro/ocplib-resto"
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
build: [
[ "dune" "build" "-p" name "-j" jobs ]
[ "mv" "vendors/tezos-modded/vendors/ocplib-resto/lib_resto/ocplib-resto.install" "." ]
2019-05-13 01:13:37 +04:00
]
run-test: [
[ "dune" "runtest" "-p" name "-j" jobs ]
]
depends: [
"ocamlfind" {build}
"dune" {build}
"uri"
]
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
}