From 972e3a3c57469f23f009079a771cb02d4cb6c36c Mon Sep 17 00:00:00 2001 From: itetcu Date: Mon, 4 Sep 2006 15:27:12 +0000 Subject: 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 --- lang/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/Makefile') diff --git a/lang/Makefile b/lang/Makefile index dea0c0e..31a1096 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 -- cgit v1.1