Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/first
Learn OCaml
https://github.com/qiuzhanghua/first
Last synced: about 18 hours ago
JSON representation
Learn OCaml
- Host: GitHub
- URL: https://github.com/qiuzhanghua/first
- Owner: qiuzhanghua
- Created: 2024-01-05T00:03:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T11:39:35.000Z (10 months ago)
- Last Synced: 2024-01-06T13:10:30.979Z (10 months ago)
- Language: OCaml
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```