File: awesome-js_of_ocaml.md

package info (click to toggle)
js-of-ocaml 6.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,932 kB
  • sloc: ml: 135,957; javascript: 58,364; ansic: 437; makefile: 422; sh: 12; perl: 4
file content (23 lines) | stat: -rw-r--r-- 860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Awesome js_of_ocaml
===================

Collection of codes and resources for js_of_ocaml.

## Alternative stdlibs for jsoo

- [Brr](https://github.com/dbuenzli/brr), see [Supported browser APIs](https://erratique.ch/software/brr/doc/#supported_apis)
- [Gen_js_api](https://github.com/LexiFi/gen_js_api)

## Bindings

- [Promise](https://github.com/mnxn/promise_jsoo)
- [React](https://github.com/ml-in-barcelona/jsoo-react)
- [WebRTC](https://github.com/monstasat/janus-ocaml/blob/master/lib/jsoo/webrtc.ml)
- [IndexDB](https://github.com/talex5/irmin-indexeddb/blob/master/lib/js_api.ml)


## Other

- [ppx_jsobject_conv](https://github.com/little-arhat/ppx_jsobject_conv)
- [secp256k1](https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal), binding to the c library compiled to wasm.
- [ctypes_stubs_js](https://gitlab.com/nomadic-labs/ctypes_stubs_js)