-
Notifications
You must be signed in to change notification settings - Fork 2
/
opam
26 lines (22 loc) · 865 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
opam-version: "1.2"
name: "farfadet"
version: "dev"
maintainer: "Romain Calascibetta <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
homepage: "https://github.com/oklm-wsh/Farfadet"
bug-reports: "https://github.com/oklm-wsh/Farfadet/issues"
dev-repo: "https://github.com/oklm-wsh/Farfadet.git"
doc: "https://oklm-wsh.github.io/Farfadet/"
license: "MIT"
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
build-test: [ [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" ]
[ "ocaml" "pkg/pkg.ml" "test" ] ]
depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build}
"faraday" {>= "0.6.0"}
"alcotest" {test}
"ezjsonm" {test}
]
available: [ocaml-version >= "4.03.0"]