https://github.com/modlfo/ocaml-sublimetext-template
Simple template to work with small ocaml projects in sublimetext
https://github.com/modlfo/ocaml-sublimetext-template
Last synced: 2 months ago
JSON representation
Simple template to work with small ocaml projects in sublimetext
- Host: GitHub
- URL: https://github.com/modlfo/ocaml-sublimetext-template
- Owner: modlfo
- Created: 2015-01-13T12:01:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T07:27:10.000Z (about 11 years ago)
- Last Synced: 2025-08-02T08:26:29.920Z (11 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ocaml-sublimetext-template
Simple template to work with small ocaml projects in sublimetext
### Usage
Put the file ocamlbuild.sublime-build into your SublimeText User packages folder. This will give you a build system that executes the script "./my_build.sh". You can jump to the error by using the F4 key.
The current script executes main.native after a successful build.
To use merlin install https://github.com/Cynddl/sublime-text-merlin/