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 BAA29798; Sat, 22 Feb 2003 01:55:43 +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 BAA29611 for ; Sat, 22 Feb 2003 01:55:42 +0100 (MET) Received: from speakeasy.org (dsl081-017-141.sea1.dsl.speakeasy.net [64.81.17.141]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h1M0teH14418 for ; Sat, 22 Feb 2003 01:55:41 +0100 (MET) Received: (from shawnw@localhost) by speakeasy.org (8.10.1/8.10.1) id h1M1AKf14033 for caml-list@pauillac.inria.fr; Fri, 21 Feb 2003 17:10:20 -0800 Date: Fri, 21 Feb 2003 17:10:19 -0800 From: Shawn Wagner To: caml-list@pauillac.inria.fr Subject: [Caml-list] Announcement: Ocaml-MySQL 0.9.0 Message-ID: <20030221171019.L22850@speakeasy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Bindings for accessing MySQL databases from ocaml. Last version was 0.1.something, but, hey, it's been a long time. This code is pretty stable. Barring any bug reports with this new release, it'll be 1.0 soon. Get it at http://raevnos.pennmush.org/code/ocaml-mysql-0.9.0.tar.gz >>From the change log: * Big version bump, as this has been stable for years. 1.0.0 soon. * Dynamic linking works at long last. * Link with -lz as newer versions of mysql than what I was using need it. Reported by several people. * Updated my testing copy of mysql to 3.23.55. * New html documentation in the doc directory. Generated by ocamldoc instead of ocamlweb. * New quick_connect, quick_change and defaults convienence functions. I'm going to start on a non-backwards-compatible version targetting MySQL 4.X instead of 3.X that's organized a bit more nicely and with more higher-level stuff instead of just exporting the C functions. I'd also like to support any database-independant schemes like have been mentioned recently on the list that people bring out. -- Shawn Wagner shawnw@speakeasy.org ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners