2019-05-13 01:13:37 +04:00
|
|
|
name: "ocplib-resto-json"
|
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 ]
|
2019-05-27 14:32:48 +04:00
|
|
|
[ "mv" "vendors/tezos-modded/vendors/ocplib-resto/lib_resto-json/ocplib-resto-json.install" "." ]
|
2019-05-13 01:13:37 +04:00
|
|
|
]
|
|
|
|
run-test: [
|
|
|
|
[ "dune" "runtest" "-p" name "-j" jobs ]
|
|
|
|
]
|
|
|
|
|
|
|
|
depends: [
|
|
|
|
"ocamlfind" {build}
|
|
|
|
"dune" {build}
|
|
|
|
"ocplib-resto" {= "dev" }
|
|
|
|
"ocplib-json-typed-bson" { >= "0.6" }
|
|
|
|
]
|
|
|
|
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
|
|
|
}
|