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 WAA19246; Sun, 25 Aug 2002 22:30:16 +0200 (MET DST) 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 WAA18754 for ; Sun, 25 Aug 2002 22:30:07 +0200 (MET DST) Received: from hirsch.in-berlin.de (hirsch.in-berlin.de [192.109.42.6]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7PKU5D18652 for ; Sun, 25 Aug 2002 22:30:06 +0200 (MET DST) Received: from hirsch.in-berlin.de (localhost [127.0.0.1]) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with ESMTP id g7PKU1CD025134 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Sun, 25 Aug 2002 22:30:01 +0200 Received: (from uucp@localhost) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with UUCP id g7PKU17Q025124; Sun, 25 Aug 2002 22:30:01 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: caml-list@inria.fr Received: from localhost (oliver@localhost) by first.in-berlin.de (8.7.6/8.7.3) with SMTP id VAA07326; Sun, 25 Aug 2002 21:31:00 +0200 Date: Sun, 25 Aug 2002 21:30:59 +0200 (MET DST) From: Oliver Bandel To: Gerd Stolpmann cc: caml-list@inria.fr Subject: Re: [Caml-list] Ocaml-Weblib? In-Reply-To: <20020824133930.GC873@ice.gerd-stolpmann.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, On Sat, 24 Aug 2002, Gerd Stolpmann wrote: > > Am 2002.08.24 01:38 schrieb(en) Oliver Bandel: > > Hello Gerd, > > > > > > On Thu, 22 Aug 2002, Gerd Stolpmann wrote: > > > > > > > > Am 2002.08.21 20:49 schrieb(en) Oliver Bandel: > > > > Hello, > > > > > > > > is there a Library for parsing/analysing Webpages? > > > > > > > > I want to write a tool, that helps me searching > > > > on websites, and I don't want to rewrite such a library from scratch. > > > > > > > > Is there something for Ocaml, similar (or even better :)) > > > > like Web-/CGI-Libs for Perl? > > > > > > You may have a look at ocamlnet, http://sourceforge.net/projects/ocamlnet. > > > It includes an HTML parser, and CGI support. For HTTP operations, netclient > > > http://www.ocaml-programming.de/programming/netclient.html may be helpful. > > > > Well I think it is designed to be used under bigger > > programming environments (gtk is necessary). > > > > Isn't there a lib, which does not require such GUI-stuff like > > gtk? > > Isn't there a pure lib for handling the networkstuff? > > This is wrong. Neither ocamlnet nor netclient require gtk. (I really wonder > where you have found this; there is no published piece of code from me that > uses gtk.) [...] > In particular, ocamlnet needs PCRE, and netclient needs (besides ocamlnet) > equeue, and optionally xstr (for multi-threaded apps). A quite short > dependency chain, IMHO. It might be possible that netclient and equeue are > integrated into ocamlnet in the future, but a lot of consolidation is needed > first. Ok, I have looked into a lib called netpath or so. This was before I you send your mail; and I have thought netpath was netclient. I will look forward to use your libraries then. Ciao, Oliver ------------------- 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