Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushitora-anqou/boringcaml
https://github.com/ushitora-anqou/boringcaml
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ushitora-anqou/boringcaml
- Owner: ushitora-anqou
- License: mit
- Created: 2024-08-05T12:54:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T13:51:18.000Z (6 months ago)
- Last Synced: 2024-08-08T16:00:27.181Z (6 months ago)
- Language: OCaml
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BoringCaml
A portable and embeddable Caml implementation.
## How to setup your environment to develop BoringCaml
Install opam >= 2.2.0 (for `--with-dev-setup`). Then:
```
cd boringcaml
make setup-dev
make
make test
```