23 lines
612 B
Plaintext
23 lines
612 B
Plaintext
|
version: "dev"
|
||
|
opam-version: "1.2"
|
||
|
name: "ocplib-resto"
|
||
|
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: [
|
||
|
[ "jbuilder" "subst" "-n" "ocplib-resto" ] {pinned}
|
||
|
[ "jbuilder" "build" "-p" name "-j" jobs ]
|
||
|
]
|
||
|
build-test: [
|
||
|
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
|
||
|
]
|
||
|
|
||
|
depends: [
|
||
|
"ocamlfind" {build}
|
||
|
"jbuilder" {build}
|
||
|
]
|