~cypheon/ocaml-docset

ocaml-docset/README.md -rw-r--r-- 623 bytes
299351cf — Johann Rudloff Add pointer to better maintained version 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Newer version available

A better, more actively maintained version is available: https://github.com/frou/ocaml-docset

# OCaml 4.10.0 docset for Dash

This is an updated OCaml docset for [Dash](https://kapeli.com/dash).

Improvements over the original docset:

 * updated for OCaml version 4.10
 * constructors are indexed
 * functions are tagged as "function" instead of "value"
 * "core" library indexed
 * some fixes for operator indexing

## Building

    pipenv install
    make

These commands will download the required reference manual file and create the
output docset and tarball in the `./target/` subfolder.