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)
- Host: GitHub
- URL: https://github.com/modlfo/jso_ui_elements
- Owner: modlfo
- Created: 2015-11-03T20:02:24.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-11-26T19:35:39.000Z (over 10 years ago)
- Last Synced: 2025-01-29T00:37:34.709Z (over 1 year ago)
- Language: OCaml
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```