https://github.com/drowzy/ocamlez
https://github.com/drowzy/ocamlez
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drowzy/ocamlez
- Owner: drowzy
- Created: 2017-02-25T21:50:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T21:50:45.000Z (over 9 years ago)
- Last Synced: 2025-06-21T12:36:19.382Z (12 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ocaml EZ
Boilerplate for simple `Ocaml` projects using `Core.Std`.
## Includes
* a `.merlin` file for completion, error reporting, type display
* `Makefile` using `ocamlbuild` to compile the `src` folder.