Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnxn/promise_jsoo
Js_of_ocaml bindings to JS Promises with supplemental functions
https://github.com/mnxn/promise_jsoo
js-of-ocaml ocaml promise
Last synced: 17 days ago
JSON representation
Js_of_ocaml bindings to JS Promises with supplemental functions
- Host: GitHub
- URL: https://github.com/mnxn/promise_jsoo
- Owner: mnxn
- License: mit
- Created: 2020-08-29T05:32:14.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-03-05T00:09:40.000Z (8 months ago)
- Last Synced: 2024-03-05T01:29:54.933Z (8 months ago)
- Topics: js-of-ocaml, ocaml, promise
- Language: OCaml
- Homepage: https://mnxn.github.io/promise_jsoo/
- Size: 683 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# promise_jsoo
## promise_jsoo library
Js_of_ocaml bindings to JS Promises with supplemental functions
- [Documentation](https://mnxn.github.io/promise_jsoo/promise_jsoo/Promise/index.html)
## promise_jsoo_lwt library
Conversion functions between JS Promises and Lwt Promises
- [Documentation](https://mnxn.github.io/promise_jsoo/promise_jsoo_lwt/Promise_lwt/index.html)
### Related Projects
- [johnelse/ocaml-promise-js](https://github.com/johnelse/ocaml-promise-js)
- [aantron/promise](https://github.com/aantron/promise)