24 lines
616 B
Plaintext
24 lines
616 B
Plaintext
version: "dev"
|
|
opam-version: "1.2"
|
|
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"
|
|
|
|
build: [
|
|
[ "dune" "build" "-p" name "-j" jobs ]
|
|
]
|
|
build-test: [
|
|
[ "dune" "runtest" "-p" name "-j" jobs ]
|
|
]
|
|
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"dune" {build}
|
|
"ocplib-resto" {= "dev" }
|
|
"ocplib-resto-json" {= "dev" & test }
|
|
"lwt" { >= "3.0.0" }
|
|
]
|