diff options
author | beech <beech@FreeBSD.org> | 2008-02-21 07:22:14 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-02-21 07:22:14 +0800 |
commit | 36c6d293d28936a63532795fdc473065179e6645 (patch) | |
tree | 00ed3b624c486a48f7b9f90bf804b32da39c8d74 /lang/Makefile | |
parent | 4a21be39feb1987338b7086fcee303769f7c01e1 (diff) | |
download | freebsd-ports-gnome-36c6d293d28936a63532795fdc473065179e6645.tar.gz freebsd-ports-gnome-36c6d293d28936a63532795fdc473065179e6645.tar.zst freebsd-ports-gnome-36c6d293d28936a63532795fdc473065179e6645.zip |
- Drag from attic
- Update to 1.45.6
- Bump portepoch
- Pass maintainership to submitter
Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic
indentation of Objective Caml and Camllight codes. Key parts of the
code are hilighted using Font-Lock. Support to run an interactive
Caml toplevel and debbuger is provided.
This mode attempts to give better results than the one provided in
the standard distribution OCaml 3.x. Indentation rules are slightly
different but closer to classical functional languages.
There is no relation with the Tuareg People, except their reputation
of great CAMEL riders and breeders.
PR: ports/120494
Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (maintainer)
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index fcea18f3e6af..51f06833860b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -328,6 +328,7 @@ SUBDIR += tolua++ SUBDIR += tolua4 SUBDIR += treecc + SUBDIR += tuareg-mode.el SUBDIR += twelf SUBDIR += vala SUBDIR += visualworks |