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_kernel" {>= "v0.13" & < "v0.14"}
15 "core_kernel" {>= "v0.13" & < "v0.14"}
16 "incr_dom" {>= "v0.13" & < "v0.14"}
17 "incr_map" {>= "v0.13" & < "v0.14"}
18 "incremental" {>= "v0.13" & < "v0.14"}
19 "ppx_jane" {>= "v0.13" & < "v0.14"}
20 "ppx_pattern_bind" {>= "v0.13" & < "v0.14"}
21 "virtual_dom" {>= "v0.13" & < "v0.14"}
22 "dune" {>= "1.5.1"}
23]
24synopsis: "A library for building dynamic webapps, using Js_of_ocaml"
25description: "
26Bonsai is a library for building reusable UI components inside an
27Incremental-style UI framework such as Incr_dom. The API is broken
28up into roughly two modules:
29
30- Creating components
31- Combining components
32"
33url {
34 src:
35 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/bonsai-v0.13.0.tar.gz"
36 checksum: [
37 "sha256=5a492e4189037202ea780d228b2fd29da177da5c98dc2685f83968fc9f589d97"
38 "md5=36feac848fcb4118929df74939d1d111"
39 ]
40}