From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA28951; Thu, 6 Dec 2001 17:23:30 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA28791 for ; Thu, 6 Dec 2001 17:23:29 +0100 (MET) Received: from d12lmsgate-3.de.ibm.com (d12lmsgate-3.de.ibm.com [195.212.91.201]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id fB6GNSb24076 for ; Thu, 6 Dec 2001 17:23:28 +0100 (MET) Received: from d12relay02.de.ibm.com (d12relay02.de.ibm.com [9.165.215.23]) by d12lmsgate-3.de.ibm.com (1.0.0) with ESMTP id RAA25086; Thu, 6 Dec 2001 17:22:58 +0100 Received: from d10hubm1.telaviv.ibm.com (d10ml001.telaviv.ibm.com [9.148.216.55]) by d12relay02.de.ibm.com (8.11.1m3/NCO v5.01) with ESMTP id fB6GNKf139520; Thu, 6 Dec 2001 17:23:20 +0100 Importance: Normal Subject: [Caml-list] Ensemble release 1.33 To: caml-list@inria.fr, Horus-l@cornell.edu X-Mailer: Lotus Notes Release 5.0.7 March 21, 2001 Message-ID: From: "Ohad Rodeh" Date: Thu, 6 Dec 2001 18:23:11 +0200 X-MIMETrack: Serialize by Router on D10ML001/10/M/IBM(Release 5.0.8 |June 18, 2001) at 06/12/2001 18:23:14 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk A final release of Ensemble is now ready. This release includes several interesting libraries for Caml: 1. Cryptographic library interfacing with OpenSSL. 2. A socket library using winsock2 and scatter-gather on Linux, with support for raw C iovectors. 3. A merge tool allowing packaging of Caml libraries. All proprietry dependecy generation and build tools have been discarded. This has two benefits: (1) The license can be BSD-type (2) it is easy to cut-and-paste complete files and libraries. I now have to start working on some "serious" projects, and I no longer have the time to develop the system. I'll keep maintaining it though. As usual the system is available from: www.cs.cornell.edu/Info/Projects/Ensemble. All the best, Ohad. ----------------------------------------------------------------------------------------------------------------------- RELEASE_NOTES for Ensemble version 1.33 Author: Ohad Rodeh Last updated: 6/12/2001 CHANGES Removed proprietery build tools. 1. Rewritten all the makefiles, all proprietery build tools have been removed. The makefiles have been simplified, and can be easily read. Only standard tools are now used (ocamlc, ocamlopt, ocamldep, GNU-make, gcc, cl, nmake). 2. A large number of makefile bugs have been removed, makefile code has been considerably reduced. 2. Cleanup up and updated INSTALL.htm. 3. Copyright violations have been fixed, the Ensembel code base contains no CAML code, nor any other code that is not BSD. 4. Work is underway to add IBM to the copyright holders. 5. Many small bug fixes. OCAML COMPILER VERSION We are using version 3.01 for this version. PORTABILITY This version was tested on Linux, WIN2000, and NT4. Light testing was carried out on Sparc/Solaris. CE still does not run on WIN32 (yet). ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr