forked from danmey/typerex
-
Notifications
You must be signed in to change notification settings - Fork 0
Development Studio for OCaml
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE.OCaml
LGPL-3.0
LICENSE.Profile
GPL-3.0
LICENSE.TypeRex
Unknown
LICENSE.lgpl2+linking_exception
jeromemaloberti/typerex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Requirements
============
* Linux (32-bit or 64-bit) or MacOS (tested with 10.6.8)
* OCaml >= 3.11.2
* Emacs (Tested with 23.2.1, does not work under X-Emacs, reported
to work with Aquamacs but with performance issues)
* Gnu diff, present in PATH
Install
=======
1: ./configure [options]
Usefull options (examples):
--bindir=/opt/typerex
--disable-version-check
do not check OCaml version (allows, e.g., ocaml-3.12.1-rc1)
--with-lispdir=~/.emacs.d
default is a system-wide installation path
--with-ocp-build=<command>
default is 'ocp-build' if found, `pwd`/boot/ocp-build.boot otherwise
--disable-auto-complete
default is to install Emacs auto-complete, unless found in lispdir
--enable-cmt
binary-annotate typerex sources (for typerex developpers)
2: make
3: sudo make install
Append (and/or customize) the contents of emacs.append to your ~/.emacs:
4: cat emacs.append >>~/.emacs
Uninstall
=========
To remove installed binaries and libraries:
- sudo make uninstall
About
Development Studio for OCaml
Resources
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE.OCaml
LGPL-3.0
LICENSE.Profile
GPL-3.0
LICENSE.TypeRex
Unknown
LICENSE.lgpl2+linking_exception
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- OCaml 90.1%
- Shell 4.6%
- Emacs Lisp 4.1%
- C 1.2%