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