Skip to content

Commit 6830df5

Browse files
authored
Merge pull request ocaml#23646 from jchavarri/jsoo-react.0.1
[new release] jsoo-react (0.1)
2 parents 7e364a6 + 3a4b9a1 commit 6830df5

File tree

1 file changed

+42
-0
lines changed
  • packages/jsoo-react/jsoo-react.0.1

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings to ReactJS for js_of_ocaml, including JSX ppx"
4+
maintainer: ["Javier Chávarri <[email protected]>"]
5+
authors: ["Javier Chávarri <[email protected]>"]
6+
license: "MIT"
7+
homepage: "https://github.com/ml-in-barcelona/jsoo-react"
8+
bug-reports: "https://github.com/ml-in-barcelona/jsoo-react/issues"
9+
depends: [
10+
"dune" {>= "2.7"}
11+
"ocaml" {>= "4.12.0" & < "5.0.0"}
12+
"js_of_ocaml" {>= "4.0.0"}
13+
"gen_js_api" {>= "1.0.8"}
14+
"ppxlib" {>= "0.23.0"}
15+
"webtest" {with-test}
16+
"webtest-js" {with-test}
17+
"js_of_ocaml-ppx" {with-test}
18+
"conf-npm" {with-test}
19+
"ocamlformat" {= "0.21.0" & with-test}
20+
"reason" {= "3.8.2" & with-test}
21+
"ppx_blob" {with-test}
22+
"js_of_ocaml-lwt" {with-test}
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/ml-in-barcelona/jsoo-react.git"
39+
url {
40+
src: "https://github.com/ml-in-barcelona/jsoo-react/archive/refs/tags/0.1.tar.gz"
41+
checksum: "md5=240fd3b58cb002ff7eaa6ddddb7eba87"
42+
}

0 commit comments

Comments
 (0)