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: 17 days 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-09-25T14:38:19.000Z (5 months ago)
- Last Synced: 2025-01-18T06:44:17.161Z (26 days ago)
- Topics: bindings, javascript, ocaml
- Language: OCaml
- Homepage: https://rizo.github.io/jx/
- Size: 714 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.