Commit graph

2 commits

Author SHA1 Message Date
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Ion-Mihai Tetcu
e2a0ea5e82 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>
2006-09-04 15:27:12 +00:00