Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0zat/bs-dom
A DOM Library for BuckleScript
https://github.com/0zat/bs-dom
bucklescript dom javascript ocaml ocaml-library
Last synced: 4 months ago
JSON representation
A DOM Library for BuckleScript
- Host: GitHub
- URL: https://github.com/0zat/bs-dom
- Owner: 0zat
- License: other
- Created: 2017-02-05T05:50:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T08:15:35.000Z (over 6 years ago)
- Last Synced: 2024-10-08T14:42:32.718Z (4 months ago)
- Topics: bucklescript, dom, javascript, ocaml, ocaml-library
- Language: OCaml
- Size: 34.2 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***This package has been deprecated
this library is immature and not maintained anymore.
please use another package such as bs-webapi(https://redex.github.io/package/bs-webapi)***# bs-dom
bs-dom is a DOM library for [BuckleScript](https://github.com/bloomberg/bucklescript).
This Library includes modified [Js_of_ocaml](https://github.com/ocsigen/js_of_ocaml).
Dom types are the same as js_of_ocaml.## requirements
BuckleScript## Installation
npm install bs-dom## Usage
please see test directory## Status
not test yet