-
Notifications
You must be signed in to change notification settings - Fork 19
/
jsoo-react.opam
38 lines (38 loc) · 1.04 KB
/
jsoo-react.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
27
28
29
30
31
32
33
34
35
36
37
38
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings to ReactJS for js_of_ocaml, including JSX ppx"
maintainer: ["Javier Chávarri <[email protected]>"]
authors: ["Javier Chávarri <[email protected]>"]
license: "MIT"
homepage: "https://github.com/ml-in-barcelona/jsoo-react"
bug-reports: "https://github.com/ml-in-barcelona/jsoo-react/issues"
depends: [
"dune" {>= "2.7" & >= "2" & < "4"}
"ocaml" {>= "4.12.0" & < "5.0.0"}
"js_of_ocaml" {>= "4.0.0" & < "5.2.0"}
"gen_js_api" {>= "1.0.8" & < "1.2.0"}
"ppxlib" {>= "0.23.0"}
"webtest" {with-test}
"webtest-js" {with-test}
"js_of_ocaml-ppx" {with-test}
"conf-npm" {with-test}
"ocamlformat" {= "0.21.0" & with-test}
"reason" {= "3.8.2" & with-test}
"ppx_blob" {with-test}
"js_of_ocaml-lwt" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ml-in-barcelona/jsoo-react.git"