https://github.com/cxa/bs-containers-core
OCaml-containers core for BuckleScript.
https://github.com/cxa/bs-containers-core
bucklescript ocaml stdlib
Last synced: 5 months ago
JSON representation
OCaml-containers core for BuckleScript.
- Host: GitHub
- URL: https://github.com/cxa/bs-containers-core
- Owner: cxa
- License: bsd-2-clause
- Created: 2017-05-16T16:49:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T08:38:02.000Z (over 7 years ago)
- Last Synced: 2025-03-10T06:08:01.547Z (about 1 year ago)
- Topics: bucklescript, ocaml, stdlib
- Language: OCaml
- Homepage:
- Size: 184 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bs-containers-core
[`OCaml-containers`](https://github.com/c-cube/ocaml-containers) core for BuckleScript. Only wrapper, no any modifications, so it should be safe for production.
## Usage
Add `bs-containers-core` to your project's dependencies by `yarn` or `npm`, And add it to `bs-dependencies` for `bsconfig.json`, e.g.
```json
{
"name": "coolproj",
"bs-dependencies": [
"bs-containers-core"
]
}
```
## Notice
`CCArrayLabels` and `CCListLabels` are excluded due to BuckleScript reject to compile.
## Development
Under OCaml 4.02.3, run `sh mksrc.sh`.