mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
570 B
Text
12 lines
570 B
Text
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.
|