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 SAA03914; Thu, 25 Sep 2003 18:18:23 +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 SAA21488 for ; Thu, 25 Sep 2003 18:18:22 +0200 (MET DST) Received: from ux9.sp.cs.cmu.edu (UX9.SP.CS.CMU.EDU [128.2.220.166]) by concorde.inria.fr (8.11.1/8.11.1) with SMTP id h8PGILH27642 for ; Thu, 25 Sep 2003 18:18:21 +0200 (MET DST) Received: from 12-203-149-172.client.attbi.com ([12.203.149.172]) by ux9.sp.cs.cmu.edu id aa28580; 25 Sep 2003 12:18 EDT Received: from ecc by stratocaster.home with local (Exim 3.36 #1 (Debian)) id 1A2Yoi-0003hO-00 for ; Thu, 25 Sep 2003 12:18:08 -0400 Date: Thu, 25 Sep 2003 12:18:08 -0400 To: caml-list@inria.fr Subject: Re: [Caml-list] dns client Message-ID: <20030925161808.GA13936@ecooper.com> Mail-Followup-To: caml-list@inria.fr References: <20030925153529.GA36210@ermine.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030925153529.GA36210@ermine.home> User-Agent: Mutt/1.5.4i From: "Eric C. Cooper" X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 0400,:01 ocaml:01 sep:01 unix:02 wrote:03 library:03 types:03 probably:05 cooper:06 cooper:06 eric:06 eric:06 i'm:07 written:08 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Thu, Sep 25, 2003 at 07:35:29PM +0400, Anastasia Gornostaeva wrote: > Is there any dns client written on Ocaml? At least i want to get > records with specified types such as A, NS, MX, etc. I cannot write > a wrapper to C library, i'm afraid about GC problems. An easy, Unix-specific approach, but probably not the highest performance: Unix.open_process_in "dig ..." -- Eric C. Cooper e c c @ c m u . e d u ------------------- 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