Tweak lang/ocaml-camlidl version 1.05_2
[dports.git] / lang / ocaml-camlidl / pkg-descr
1 CamlIDL is a stub code generator and COM binding for Objective Caml.
2
3 CamlIDL comprises two parts:
4
5         * A stub code generator that generates the C stub code required for the
6 Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's
7 Interface Description Language; it looks like C header files with some extras
8 annotations, plus a notion of object interfaces that look like C++ classess
9 without inheritance.)
10
11         * A (currently small) library of functions and tools to import COM
12 components in Caml applications, and export Caml code as COM components.