File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
packages/jsoo-react/jsoo-react.0.1 Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 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" & >= "2" & < "4"}
11+ "ocaml" {>= "4.12.0" & < "5.0.0"}
12+ "js_of_ocaml" {>= "4.0.0" & < "5.2.0"}
13+ "gen_js_api" {>= "1.0.8" & < "1.2.0"}
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+ "@runtest" {with-test}
36+ "@doc" {with-doc}
37+ ]
38+ ]
39+ dev-repo: "git+https://github.com/ml-in-barcelona/jsoo-react.git"
40+ url {
41+ src: "https://github.com/ml-in-barcelona/jsoo-react/archive/refs/tags/0.1.tar.gz"
42+ checksum: "md5=240fd3b58cb002ff7eaa6ddddb7eba87"
43+ }
You can’t perform that action at this time.
0 commit comments