diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-04 15:27:12 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-04 15:27:12 +0000 |
commit | 972e3a3c57469f23f009079a771cb02d4cb6c36c (patch) | |
tree | 562d753ebec0adaa4e619660d8ea654e90d2b424 /lang/Makefile | |
parent | 94b648e13320bb5278fb53425ca1bfade16dfb52 (diff) | |
download | FreeBSD-ports-972e3a3c57469f23f009079a771cb02d4cb6c36c.zip FreeBSD-ports-972e3a3c57469f23f009079a771cb02d4cb6c36c.tar.gz |
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>
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 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 |