forked from janestreet/bonsai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bonsai.opam
62 lines (62 loc) · 1.59 KB
/
bonsai.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/bonsai"
bug-reports: "https://github.com/janestreet/bonsai/issues"
dev-repo: "git+https://github.com/janestreet/bonsai.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bonsai/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.08.0"}
"async"
"async_durable"
"async_extra"
"async_js"
"async_kernel"
"async_rpc_kernel"
"async_rpc_websocket"
"babel"
"base"
"core"
"core_bench"
"core_kernel"
"core_unix"
"expect_test_helpers_core"
"fuzzy_match"
"incr_dom"
"incr_map"
"indentation_buffer"
"ordinal_abbreviation"
"patdiff"
"polling_state_rpc"
"ppx_css"
"ppx_here"
"ppx_jane"
"ppx_let"
"ppx_pattern_bind"
"ppx_typed_fields"
"profunctor"
"sexp_grammar"
"sexplib0"
"textutils"
"virtual_dom"
"base64" {>= "3.4.0"}
"cohttp-async" {>= "2.5.6" & < "3.0.0" | >= "5.0.0"}
"dune" {>= "2.0.0"}
"gen_js_api" {>= "1.0.8"}
"js_of_ocaml" {>= "4.0"}
"js_of_ocaml-ppx" {>= "4.0"}
"ocaml-embed-file"
"ppxlib" {>= "0.28.0"}
"re" {>= "1.8.0"}
"uri" {>= "3.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "A library for building dynamic webapps, using Js_of_ocaml"
description: "
Bonsai is a library for building reusable UI components inside an
Incremental-style UI framework such as Incr_dom or React.
"