https://github.com/rlepigre/occur
Mainly useless (but comforting) program
https://github.com/rlepigre/occur
Last synced: about 1 month ago
JSON representation
Mainly useless (but comforting) program
- Host: GitHub
- URL: https://github.com/rlepigre/occur
- Owner: rlepigre
- License: gpl-3.0
- Created: 2018-02-28T17:35:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T17:39:53.000Z (about 7 years ago)
- Last Synced: 2025-01-21T11:14:26.881Z (3 months ago)
- Language: OCaml
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# For those that are confused
## with positive / negative occurences
### of variables
#### in typesTo install `occur` you will need `OCaml >= 4.03`, `ocamlfind` and `earley`.
```bash
opam switch 4.06
opam install ocamlfind earley earley-ocaml
make
make install
```