caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Mady 0.1
@ 1999-03-15 17:15 Nicolas Ollinger
  1999-03-16 22:42 ` Mady 0.2 Nicolas Ollinger
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Ollinger @ 1999-03-15 17:15 UTC (permalink / raw)
  To: caml-list

Version 0.1 of Mady is now available.

(there is an english version at the end)

* FRENCH VERSION:

Mady est un patch pour le source d'Objective-CAML qui permet
d'utiliser les librairies "marshal" et "dynlink" ensemble (voir
un de mes precedents posts dans cette mailing-list).

Le patch est disponible a l'adresse suivante :
http://www.ens-lyon.fr/~nollinge/camel

Une petite demonstration est fournie dans le package.

Il serait interessant d'integrer ce patch a la distribution officielle
d'OCaml, sachant que :

  - les programmes qui n'utilisent pas cette fonctionnalite ne sont
    ni ralentis ni trop alourdis.

  - ce patch ne fait qu'etendre ce qui se fait pour le marshalling de
    fonctions :

       o pour sauver une fonction, on sauve le CRC du programme et
         l'adresse relative de la fonction dans le segment de code.

       o pour sauver une fonction importee par dynlink, on sauve
         le nom du module, son CRC et l'adresse relative de la fonction
         dans le segment de code du module.

* (short and bad) ENGLISH VERSION:

Mady is a patch for Objective-CAML 2.01 that allows you
to use the "marshal" and "dynlink" libraries together.

It is available at: http://www.ens-lyon.fr/~nollinge/camel
There is a little demo in the package.

Questions, bug reports and ideas are welcome.
Nicolas.
--
+-------------------------------------------------------------------+
|Nicolas Ollinger            -=Nopid=-        <nollinge@ens-lyon.fr>|
+-------------------------------------------------------------------+
ENS Lyon - Magistere Informatique et Modelisation - 2eme Annee  DMI97
Student                            <http://www.ens-lyon.fr/~nollinge>
---------------------------------------------------------------------




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Mady 0.2
  1999-03-15 17:15 Mady 0.1 Nicolas Ollinger
@ 1999-03-16 22:42 ` Nicolas Ollinger
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ollinger @ 1999-03-16 22:42 UTC (permalink / raw)
  To: caml-list

Version 0.2 of Mady is now available 
at http://www.ens-lyon.fr/~nollinge/camel

mady 0.2 : 
----------
 
* Ported to Objective-CAML 2.02
* Fixed bug with ocamlopt compilation.
* Fixed bug in dynlink.ml (CRC computation). 
  Thanks to J. Vouillon.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-03-17 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-15 17:15 Mady 0.1 Nicolas Ollinger
1999-03-16 22:42 ` Mady 0.2 Nicolas Ollinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).