summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-04 15:27:12 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-04 15:27:12 +0000
commite2a0ea5e8239d5f1a6368b1d51b839cb22aa84ae (patch)
tree8475b11f95438f02549087fefe7ad391da917f0b /lang/Makefile
parent- Fix pkg-messages.in entry (diff)
CamlIDL is a stub code generator and COM binding for Objective Caml.
CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language; it looks like C header files with some extras annotations, plus a notion of object interfaces that look like C++ classess without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components. WWW: http://caml.inria.fr/pub/old_caml_site/camlidl/ PR: ports/101100 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes: svn path=/head/; revision=172189
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index dea0c0efa238..31a109621dd9 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -166,6 +166,7 @@
SUBDIR += nqc
SUBDIR += objc
SUBDIR += ocaml
+ SUBDIR += ocaml-camlidl
SUBDIR += ocaml-doc
SUBDIR += ocaml-examples
SUBDIR += ocaml-mode.el