~cypheon/ocaml-docset

5326f2c2537d835670b5a92798d73652a5a29817 — Johann Rudloff 4 years ago 4de140f v4.10.0+beta01 v4.10.0+beta1
Update for OCaml 4.10.0+beta1
3 files changed, 5 insertions(+), 5 deletions(-)

M Info.plist
M Makefile
M README.md
M Info.plist => Info.plist +1 -1
@@ 5,7 5,7 @@
    <key>CFBundleIdentifier</key>
    <string>ocaml-unofficial</string>
    <key>CFBundleName</key>
    <string>OCaml 4.09 (Unofficial)</string>
    <string>OCaml 4.10.0+beta1 (Unofficial)</string>
    <key>DocSetPlatformFamily</key>
    <string>ocaml</string>
    <key>isDashDocset</key>

M Makefile => Makefile +2 -2
@@ 1,8 1,8 @@
TARGET = target
DOCSET_NAME = ocaml-unofficial
ORIGINAL_DOC_URL = https://caml.inria.fr/distrib/ocaml-4.09/ocaml-4.09-refman-html.tar.gz
ORIGINAL_DOC_URL = https://caml.inria.fr/distrib/ocaml-4.10/ocaml-4.10-refman-html.tar.gz

ORIGINAL_DOC = files/ocaml-4.09-refman-html.tar.gz
ORIGINAL_DOC = files/ocaml-4.10-refman-html.tar.gz
TAR_NAME = $(TARGET)/ocaml-unofficial.tgz
ROOT = $(TARGET)/$(DOCSET_NAME).docset
RESOURCES = $(ROOT)/Contents/Resources

M README.md => README.md +2 -2
@@ 1,10 1,10 @@
# OCaml 4.09 docset for Dash
# OCaml 4.10.0+beta1 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.09
 * updated for OCaml version 4.10+beta1
 * constructors are indexed
 * functions are tagged as "function" instead of "value"
 * "core" library indexed