From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 74D5C7EE5C for ; Sun, 11 May 2014 23:58:33 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of andrew.herron@gmail.com) identity=pra; client-ip=209.85.220.42; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="andrew.herron@gmail.com"; x-sender="andrew.herron@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of andrew.herron@gmail.com designates 209.85.220.42 as permitted sender) identity=mailfrom; client-ip=209.85.220.42; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="andrew.herron@gmail.com"; x-sender="andrew.herron@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-pa0-f42.google.com) identity=helo; client-ip=209.85.220.42; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="andrew.herron@gmail.com"; x-sender="postmaster@mail-pa0-f42.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAOAPjxb1PRVdwqlGdsb2JhbABZg1WCH4EgqFcBBYNnhGSRToEWFg4BAQEBBwsLCRIqggoBGgEBBAEjHQE4AQMBCwEFBQsNAgImAgI0AQUBDBAGG4gkAQMJBwEFCJdwg1yDKowRg16ZDRYNJw2GHxEBBQyBHoQsiEmDLzaBFQSZSIE8hSmKMUGBaYMPWwE X-IPAS-Result: AuAOAPjxb1PRVdwqlGdsb2JhbABZg1WCH4EgqFcBBYNnhGSRToEWFg4BAQEBBwsLCRIqggoBGgEBBAEjHQE4AQMBCwEFBQsNAgImAgI0AQUBDBAGG4gkAQMJBwEFCJdwg1yDKowRg16ZDRYNJw2GHxEBBQyBHoQsiEmDLzaBFQSZSIE8hSmKMUGBaYMPWwE X-IronPort-AV: E=Sophos;i="4.97,1030,1389740400"; d="scan'208";a="61399529" Received: from mail-pa0-f42.google.com ([209.85.220.42]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 11 May 2014 23:58:32 +0200 Received: by mail-pa0-f42.google.com with SMTP id rd3so6986877pab.29 for ; Sun, 11 May 2014 14:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type:content-transfer-encoding :content-disposition; bh=ahjVdRo+B5N/vS6sGBLev/3GLhBP8F1w2HO6fz+KRbw=; b=CYwjXR2jj7Mlpopy4H119P4i8HBKdoA12daGb/ZTP2KqFJAq6euDTdO1kS2qmdN9e6 xpKtfUPXt9vsIsfq294U91m84dtsK/HU+cnOeGUUKYGVuFeoTWN8RtTKHcl39DCAmbkV EZbE+lnhUvDyJqszdt9rqVaRQY/elqC4aBN5t8kJuoq6oEeiO1882JIj5WYRJG2X2V2P ya767cEtsLPUWq6bNONgjkbaJtHvr/aH48Jnh1PcY83IwrQ+rQyC6VqsaKM72xAH5ZjV XrL++rfGRg/hCyhTOYQGUuldNKsS4MpzQ2gO7D13awP7TXazp2IrHJTTUwJOa7a/MIcU Ys8g== X-Received: by 10.66.197.135 with SMTP id iu7mr9937061pac.149.1399845510543; Sun, 11 May 2014 14:58:30 -0700 (PDT) Received: from [10.1.3.1] ([59.167.144.130]) by mx.google.com with ESMTPSA id jd5sm19215171pbb.18.2014.05.11.14.58.28 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 11 May 2014 14:58:29 -0700 (PDT) Sender: Andrew Herron Date: Mon, 12 May 2014 07:58:23 +1000 From: Andrew Herron To: malc Cc: Yoriyuki Yamagata , Caml List Message-ID: <9BA299233C484473BA1372DB65F8716F@gmail.com> In-Reply-To: References: X-Mailer: sparrow 1.6.4 (build 1176) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] [ANN] ucorelib 0.1.0 On Saturday, 10 May 2014 at 9:19 pm, malc wrote: > On Sat, 10 May 2014, Yoriyuki Yamagata wrote: > > 3. XML guru, to make a parser for LDML, Locale Data Markup Language. >=20=20 >=20=20 > Not a guru by any stretch but i do have a translation of Tor Anderssons' > XML parser into OCaml, if nothing else it's small and can be easily > embedded into any any code base, main/only benefit is that is small (it > lacks everything else). >=20=20 > http://repo.or.cz/w/llpp.git/blob/HEAD:/parser.ml It=E2=80=99s a bit old but I found xml-light to be a nice dead simple parse= r. It and some others are listed on the somewhat out of date camp hump page: http://caml.inria.fr/cgi-bin/hump.en.cgi?sort=3D0&browse=3D49 Cheers, Andy