Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ushitora-anqou/boringcaml


https://github.com/ushitora-anqou/boringcaml

Last synced: about 2 months ago
JSON representation

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
```