package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.13.0.tar.gz
md5=36feac848fcb4118929df74939d1d111

Description

Bonsai is a library for building reusable UI components inside an Incremental-style UI framework such as Incr_dom. The API is broken up into roughly two modules:

  • Creating components
  • Combining components

Published: 20 Nov 2019

Dependencies (10)

  1. dune >= "1.5.1"
  2. virtual_dom >= "v0.13" & < "v0.14"
  3. ppx_pattern_bind >= "v0.13" & < "v0.14"
  4. ppx_jane >= "v0.13" & < "v0.14"
  5. incremental >= "v0.13" & < "v0.14"
  6. incr_map >= "v0.13" & < "v0.14"
  7. incr_dom >= "v0.13" & < "v0.14"
  8. core_kernel >= "v0.13" & < "v0.14"
  9. async_kernel >= "v0.13" & < "v0.14"
  10. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None