https://github.com/mseri/owl_tutorials
Owl Tutorial Book V1
https://github.com/mseri/owl_tutorials
Last synced: 7 months ago
JSON representation
Owl Tutorial Book V1
- Host: GitHub
- URL: https://github.com/mseri/owl_tutorials
- Owner: mseri
- License: mit
- Created: 2019-09-13T11:28:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T14:30:39.000Z (over 6 years ago)
- Last Synced: 2025-01-30T01:41:34.156Z (over 1 year ago)
- Language: OCaml
- Size: 24.1 MB
- Stars: 0
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Owl Tutorials
Owl Tutorial Book V1
- `make test` synchronises with Owl API by evaluating the code snippet in the tutorial book.
- `make` generates html files.
- Edit `book/toc.scm` to add more chapters. Do not edit `book/tune` and `static/dune` directly.
- Refer to [RWO](https://github.com/realworldocaml/book/blob/master/README.md) for details.
Note that tooling is not finished at the moment. Structure and tools are copied mostly from RWO book.