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.14.0"} 14 "async" {>= "v0.16" & < "v0.17"} 15 "async_durable" {>= "v0.16" & < "v0.17"} 16 "async_extra" {>= "v0.16" & < "v0.17"} 17 "async_js" {>= "v0.16" & < "v0.17"} 18 "async_kernel" {>= "v0.16" & < "v0.17"} 19 "async_rpc_kernel" {>= "v0.16" & < "v0.17"} 20 "async_rpc_websocket" {>= "v0.16" & < "v0.17"} 21 "babel" {>= "v0.16" & < "v0.17"} 22 "base" {>= "v0.16" & < "v0.17"} 23 "core" {>= "v0.16" & < "v0.17"} 24 "core_bench" {>= "v0.16" & < "v0.17"} 25 "core_kernel" {>= "v0.16" & < "v0.17"} 26 "core_unix" {>= "v0.16" & < "v0.17"} 27 "expect_test_helpers_core" {>= "v0.16" & < "v0.17"} 28 "fuzzy_match" {>= "v0.16" & < "v0.17"} 29 "incr_dom" {>= "v0.16" & < "v0.17"} 30 "incr_map" {>= "v0.16" & < "v0.17"} 31 "indentation_buffer" {>= "v0.16" & < "v0.17"} 32 "ordinal_abbreviation" {>= "v0.16" & < "v0.17"} 33 "patdiff" {>= "v0.16" & < "v0.17"} 34 "polling_state_rpc" {>= "v0.16" & < "v0.17"} 35 "ppx_css" {>= "v0.16" & < "v0.17"} 36 "ppx_here" {>= "v0.16" & < "v0.17"} 37 "ppx_jane" {>= "v0.16" & < "v0.17"} 38 "ppx_let" {>= "v0.16" & < "v0.17"} 39 "ppx_pattern_bind" {>= "v0.16" & < "v0.17"} 40 "ppx_typed_fields" {>= "v0.16" & < "v0.17"} 41 "profunctor" {>= "v0.16" & < "v0.17"} 42 "sexp_grammar" {>= "v0.16" & < "v0.17"} 43 "sexplib0" {>= "v0.16" & < "v0.17"} 44 "textutils" {>= "v0.16" & < "v0.17"} 45 "virtual_dom" {>= "v0.16" & < "v0.17"} 46 "base64" {>= "3.4.0"} 47 "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} 48 "dune" {>= "2.0.0"} 49 "gen_js_api" {>= "1.0.8"} 50 "js_of_ocaml" {>= "5.1.1"} 51 "js_of_ocaml-ppx" {>= "5.1.1"} 52 "ocaml-embed-file" {>= "v0.16" & < "v0.17"} 53 "ppxlib" {>= "0.28.0"} 54 "re" {>= "1.8.0"} 55 "uri" {>= "3.0.0"} 56] 57synopsis: "A library for building dynamic webapps, using Js_of_ocaml" 58description: " 59Bonsai is a library for building reusable UI components inside an 60 Incremental-style UI framework such as Incr_dom or React. 61" 62url { 63src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/bonsai-v0.16.0.tar.gz" 64checksum: "sha256=1d68aab713659951eba5b85f21d6f9382e0efa8579a02c3be65d9071c6e86303" 65}