Skip to content

Commit

Permalink
v0.17~preview.129.36+325
Browse files Browse the repository at this point in the history
  • Loading branch information
public-release committed Aug 13, 2024
1 parent 1a22934 commit 3b0698f
Show file tree
Hide file tree
Showing 1,720 changed files with 9,645 additions and 166,433 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Bonsai

Bonsai is a library for building interactive browser-based UI.
[Bonsai](https://github.com/janestreet/bonsai) is a library for building incremental, composable state machines.

Documentation can be found in the [docs](./docs) directory, and API documentation
can be found in [src/bonsai.mli](./src/bonsai.mli).
[Bonsai_web](https://github.com/janestreet/bonsai_web) is a library for building
interactive browser-based UI using `bonsai`.

[Bonsai_examples](https://github.com/janestreet/bonsai_examples) contains example websites built using `bonsai_web`.

[Bonsai_web_components](https://github.com/janestreet/bonsai_web_components) contains a collection of component libraries
for building web applications using `bonsai_web`.

[Bonsai_test](https://github.com/janestreet/bonsai_test) contains a library for testing bonsai state machines.

[Bonsai_web_test](https://github.com/janestreet/bonsai_web_test) contains a library for testing bonsai web applications.

[Bonsai_bench](https://github.com/janestreet/bonsai_bench) contains a library for benchmarking bonsai applications.

Documentation can be found in [Bonsai web's docs](https://github.com/janestreet/bonsai_web)
directory, and API documentation can be found in [src/proc_intf.ml](https://github.com/janestreet/bonsai_web/tree/master/docs).
6 changes: 0 additions & 6 deletions bench/example/dune

This file was deleted.

301 changes: 0 additions & 301 deletions bench/example/main.ml

This file was deleted.

1 change: 0 additions & 1 deletion bench/example/main.mli

This file was deleted.

34 changes: 0 additions & 34 deletions bench/src/bonsai_bench.ml

This file was deleted.

Loading

0 comments on commit 3b0698f

Please sign in to comment.