* CamlIDL 1.01 released
@ 2000-08-22 8:47 Xavier Leroy
0 siblings, 0 replies; only message in thread
From: Xavier Leroy @ 2000-08-22 8:47 UTC (permalink / raw)
To: caml-list
CamlIDL is a stub code generator and COM binding for OCaml. It
generates the stub code required to use C libraries and
COM components in Caml, based on an IDL specification for the library,
thus automating many of the low-level details of the OCaml/C interface.
Version 1.01 is now available from
ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/camlidl-1.01.tar.gz
ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/camlidl-1.01.doc.ps.gz
ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/camlidl-1.01.doc.html.tar.gz
The documentation can also be browsed at
http://caml.inria.fr/camlidl/
A detailed list of changes from version 1.00 is included below. In
summary: fewer bugs, and support for OCaml 3.00 new features (int32
and int64 types, big arrays).
CamlIDL is still an experimental design, with new features being added
when the need arises, so experience reports and feature wishes are
most welcome.
Enjoy,
- Xavier Leroy
CamlIDL 1.01:
-------------
* Added support for Caml boxed int types (int32, int64, nativeint)
and for big arrays (module Bigarray)
* Fixed bug in allocation of working space for out parameters
of array types.
* Disambiguation of record labels that belong to several struct types.
* Support for [unique] attribute on strings and arrays, turned into
option types in the Caml interface.
* Fixed bug with anonymous enum types (forgot to define the
corresponding translation table).
* Fixed bug with dependent parameters depending on out parameters
(these must not be omitted in the Caml function declaration).
* "in,out" parameters of type string or big array are now presented
as an "in,out" parameter of the Caml function and modified in place,
rather than presented as a parameter and a result.
* Added minimal support for COM dispatch interfaces.
* Fixed lack of initialization of ignored pointers for structs with
only one significant field.
* Relicensed under the QPL (for the compiler) and the LGPL (for
everything else).
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-08-22 9:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-22 8:47 CamlIDL 1.01 released Xavier Leroy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox