From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p14B3rGE019604 for ; Fri, 4 Feb 2011 12:03:53 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4BALRrS01RZ90vkWdsb2JhbAClLRUBAQEBCQsKBxEDIboLhVoEi2c X-IronPort-AV: E=Sophos;i="4.60,425,1291590000"; d="scan'208";a="87429848" Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]) by mail4-smtp-sop.national.inria.fr with ESMTP; 04 Feb 2011 12:03:47 +0100 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20110204110346.TSSW26766.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Fri, 4 Feb 2011 11:03:46 +0000 Received: from romulus.metastack.com ([81.102.132.77]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.3.00.04.00 201-2196-133-20080908) with ESMTP id <20110204110346.NIVB25656.aamtaout04-winn.ispmail.ntl.com@romulus.metastack.com> for ; Fri, 4 Feb 2011 11:03:46 +0000 Received: from remus.metastack.local ([172.16.0.1]) by romulus.metastack.com (8.14.2/8.14.2) with ESMTP id p14B3huh010639 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 4 Feb 2011 11:03:43 GMT Received: from Remus.metastack.local ([fe80::547c:3c42:e1da:eda2]) by Remus.metastack.local ([fe80::547c:3c42:e1da:eda2%11]) with mapi; Fri, 4 Feb 2011 10:59:24 +0000 From: David Allsopp To: "'caml-list@inria.fr'" Thread-Topic: [Caml-list] ODNS 0.2: DNS library for Objective Caml Thread-Index: AQHLxFatB4JsMDlM7kOhl0/wxgVTd5PxKr7Q Date: Fri, 4 Feb 2011 10:54:50 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Organization: MetaStack Solutions Ltd. X-Scanned-By: MIMEDefang 2.65 on 81.102.132.77 X-Cloudmark-Analysis: v=1.1 cv=JvdXmxIgLJv2/GthKqHpGJEEHukvLcvELVXUanXFreg= c=1 sm=0 a=YyHOCOsrYIEA:10 a=8nJEP1OIZ-IA:10 a=xqWC_Br6kY4A:10 a=g-VL2oO8rIo3UsHgtKkA:9 a=o19c70Xn8msZFz5NsuufGQrIi-kA:4 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id p14B3rGE019604 Subject: RE: [Caml-list] ODNS 0.2: DNS library for Objective Caml Jehan Pagès wrote: > I just wanted to announce the first official release of ODNS (version > 0.2), a GPLv2 library written in Objective Caml, entirely natively (this > is not a binding to a C library, or anything. Actually there is no > dependency at all in the library as only the Standard lib is used) whose > goal is to query DNS servers in programs. This sounds very interesting - do you have a particular reason for using GPLv2 rather than LGPLv3+static linking exception (sometimes referred to as the "OCaml Linking Exception" as it's part of the OCaml licence for the standard libraries)? David