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 QAA12787; Wed, 14 Jul 2004 16:46:54 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA13250 for ; Wed, 14 Jul 2004 16:46:53 +0200 (MET DST) Received: from annexia.force9.co.uk (annexia.force9.co.uk [212.56.101.183]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i6EEkqSH009091 for ; Wed, 14 Jul 2004 16:46:52 +0200 Received: from rich by annexia.force9.co.uk with local (Exim 3.36 #1 (Debian)) id 1Bkl23-0006zV-00 for ; Wed, 14 Jul 2004 15:46:51 +0100 Date: Wed, 14 Jul 2004 15:46:51 +0100 Cc: caml-list Subject: Re: [Caml-list] Re: int hash Message-ID: <20040714144651.GA26850@redhat.com> References: <1089797635.29648.472.camel@pelican.wigram> <1089815270.29648.521.camel@pelican.wigram> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1089815270.29648.521.camel@pelican.wigram> User-Agent: Mutt/1.5.5.1+cvs20040105i From: Richard Jones X-Miltered: at concorde with ID 40F5475C.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 hash:01 2004:99 dynarray:01 lgpl'd:01 lightly:01 extlib:01 extlib:01 pcre:01 crm:99 consultancy:99 ltd:98 ocaml:01 ocaml:01 int:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Thu, Jul 15, 2004 at 12:27:50AM +1000, skaller wrote: > For some things .. not necessarily this one .. DynArray > would be great .. but it creates a dependence on an > unstable third party LGPL'd library. I can neither > lift the relevant code (due to the licence), > nor lightly require my clients install that library > just to build my product. [I have seriously considered > requiring ExtLib] I almost consider ExtLib to be part of "standard OCaml", along with PCRE. It's easier just to have both installed whenever I set up a new machine with OCaml, than to have to worry about writing the extra code to simulate functionality already in ExtLib. (I also have my own mini-library which is installed everywhere by default, but I'm trying to push most of that code into ExtLib :-) Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment http://www.winwinsales.co.uk/ - CRM improvement consultancy ------------------- 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