Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/first

Learn OCaml
https://github.com/qiuzhanghua/first

Last synced: about 18 hours ago
JSON representation

Learn OCaml

Awesome Lists containing this project

README

        

# First Learn of OCaml

## prerequisite

```bash
opam install ounit2 owl plplot
```

## build

```bash
dune build
```

## test

```bash
dune test
```

## run

```bash
dune exec bin/main.exe
```