Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizo/jx
External JavaScript language interface for OCaml.
https://github.com/rizo/jx
bindings javascript ocaml
Last synced: about 1 month ago
JSON representation
External JavaScript language interface for OCaml.
- Host: GitHub
- URL: https://github.com/rizo/jx
- Owner: rizo
- Created: 2023-06-11T16:35:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:51:32.000Z (4 months ago)
- Last Synced: 2024-08-30T17:04:29.783Z (4 months ago)
- Topics: bindings, javascript, ocaml
- Language: OCaml
- Homepage: https://rizo.github.io/jx/
- Size: 699 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jx
External JavaScript language interface for OCaml.
This library provides definitions and external primitives that facilitate
type-safe compile-time and runtime interoperability between JavaScript and
OCaml using the [js_of_ocaml](https://github.com/ocsigen/js_of_ocaml) compiler.