Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patricoferris/jsoo-mithril
Js_of_ocaml bindings for MithrilJS
https://github.com/patricoferris/jsoo-mithril
js-of-ocaml mithriljs ocaml
Last synced: about 1 month ago
JSON representation
Js_of_ocaml bindings for MithrilJS
- Host: GitHub
- URL: https://github.com/patricoferris/jsoo-mithril
- Owner: patricoferris
- License: mit
- Created: 2021-01-16T13:28:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T12:28:06.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T13:41:57.276Z (8 months ago)
- Topics: js-of-ocaml, mithriljs, ocaml
- Language: OCaml
- Homepage: https://jsoo-mithril.patricoferris.com
- Size: 167 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jsoo-mithril
------------*Status: WIP & Experimental -- not all functionality has been ported yet*
[Documentation and examples are available online](http://jsoo-mithril.patricoferris.com/). Try out the [todo app](https://jsoo-mithril.patricoferris.com/tutorial/todo-stack/example/) or the [markdown editor](https://jsoo-mithril.patricoferris.com/tutorial/markdown-editor/example).
**Built for Mithril.2.0.4**
Jsoo-mithril brings types to [Mithril.js](https://mithril.js.org/), a small, powerful and minimalist approach to front-end JS. These bindings were written using the incredible [Brr FFI](https://github.com/dbuenzli/brr) and of course the `js_of_ocaml` compiler for OCaml.