An open API service indexing awesome lists of open source software.

https://github.com/modlfo/jso_ui_elements

Test of making UI elements completely in Ocaml (js_of_ocaml)
https://github.com/modlfo/jso_ui_elements

Last synced: about 1 year ago
JSON representation

Test of making UI elements completely in Ocaml (js_of_ocaml)

Awesome Lists containing this project

README

          

# jso_ui_elements
Test of making UI elements completely in Ocaml (js_of_ocaml)

You can see the result here http://modlfo.github.io/jso_ui_elements/

Note: this is not a full library (yet). I'm just playing with js_of_ocaml and learning how to make web apps with ocaml.

### Requirements

- Ocaml compiler >= 4.02
- js_of_ocaml >= 2.6 (with ppx syntax extension)

### Building

Use the build.sh script or run:
```
$ ocamlbuild -use-ocamlfind main.byte
$ js_of_ocaml main.byte
```