An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# For those that are confused
## with positive / negative occurences
### of variables
#### in types

To 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
```