this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/bonsai"
5bug-reports: "https://github.com/janestreet/bonsai/issues"
6dev-repo: "git+https://github.com/janestreet/bonsai.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bonsai/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "async" {>= "v0.15" & < "v0.16"}
15 "async_extra" {>= "v0.15" & < "v0.16"}
16 "async_js" {>= "v0.15" & < "v0.16"}
17 "async_kernel" {>= "v0.15" & < "v0.16"}
18 "async_rpc_kernel" {>= "v0.15" & < "v0.16"}
19 "async_rpc_websocket" {>= "v0.15" & < "v0.16"}
20 "core" {>= "v0.15" & < "v0.16"}
21 "core_bench" {>= "v0.15" & < "v0.16"}
22 "core_kernel" {>= "v0.15" & < "v0.16"}
23 "core_unix" {>= "v0.15" & < "v0.16"}
24 "expect_test_helpers_core" {>= "v0.15" & < "v0.16"}
25 "fuzzy_match" {>= "v0.15" & < "v0.16"}
26 "incr_dom" {>= "v0.15" & < "v0.16"}
27 "incr_map" {>= "v0.15" & < "v0.16"}
28 "patdiff" {>= "v0.15" & < "v0.16"}
29 "ppx_css" {>= "v0.15" & < "v0.16"}
30 "ppx_jane" {>= "v0.15" & < "v0.16"}
31 "ppx_pattern_bind" {>= "v0.15" & < "v0.16"}
32 "ppx_typed_fields" {>= "v0.15" & < "v0.16"}
33 "profunctor" {>= "v0.15" & < "v0.16"}
34 "textutils" {>= "v0.15" & < "v0.16"}
35 "virtual_dom" {>= "v0.15" & < "v0.16"}
36 "cohttp-async" {>= "2.5.6" & < "3.0.0" | >= "5.0.0"}
37 "dune" {>= "2.0.0"}
38 "gen_js_api" {>= "1.0.8"}
39 "js_of_ocaml" {>= "3.9.0" & < "4.0.0"}
40 "js_of_ocaml-ppx" {>= "3.9.0" & < "4.0.0"}
41 "ocaml-embed-file" {>= "v0.15" & < "v0.16"}
42 "re" {>= "1.8.0"}
43]
44synopsis: "A library for building dynamic webapps, using Js_of_ocaml"
45description: "
46Bonsai is a library for building reusable UI components inside an
47 Incremental-style UI framework such as Incr_dom or React.
48"
49url {
50src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/bonsai-v0.15.0.tar.gz"
51checksum: "sha256=24c4c3149280abd639034ce3acf60e475a772202099e965be8bd8902524573ef"
52}