ligo/vendors/ocplib-resto/lib_resto-json/ocplib-resto-json.opam

24 lines
656 B
Plaintext
Raw Normal View History

version: "dev"
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: [
2018-07-23 17:40:55 +04:00
[ "dune" "build" "-p" name "-j" jobs ]
]
run-test: [
2018-07-23 17:40:55 +04:00
[ "dune" "runtest" "-p" name "-j" jobs ]
]
depends: [
"ocamlfind" {build}
2018-07-23 17:40:55 +04:00
"dune" {build}
"ocplib-resto" {= "dev" }
"ocplib-json-typed-bson" { >= "0.6" }
]