diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-27 14:05:52 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-27 14:05:52 +0000 |
commit | 4506d92ae69fc5a861b5c8988669395b131f119b (patch) | |
tree | 4643f3546ac226837ef3b0211d68a3e30cbd7c96 /lang/Makefile | |
parent | Upgrade to 1.0.0. (diff) |
Add metaocaml.
MetaOCaml is a multi-stage extension of the OCaml programming language, and
provides three basic constructs called Brackets, Escape, and Run for building,
combining, and executing future-stage computations, respectively. MetaOCaml
is a compiled dialect of MetaML.
WWW: http://www.metaocaml.org/
PR: ports/82330
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
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 e18a09133a32..52de0cb62768 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -136,6 +136,7 @@ SUBDIR += malbolge SUBDIR += mawk SUBDIR += mdk + SUBDIR += metaocaml SUBDIR += mit-scheme SUBDIR += mixal SUBDIR += ml-pnet |