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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 543417EE4C for ; Tue, 1 Oct 2013 14:45:54 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiwBAGPDSlJKN1ZKnGdsb2JhbABagz+De78eDgEBAQEBBg0JCRQogk+BCwImAkkWG4d+BAiae48EkkSBKZEZNYEDA5kuhHAUjm0 X-IPAS-Result: AiwBAGPDSlJKN1ZKnGdsb2JhbABagz+De78eDgEBAQEBBg0JCRQogk+BCwImAkkWG4d+BAiae48EkkSBKZEZNYEDA5kuhHAUjm0 X-IronPort-AV: E=Sophos;i="4.90,1013,1371074400"; d="scan'208";a="35083703" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail2-smtp-roc.national.inria.fr with ESMTP; 01 Oct 2013 14:45:52 +0200 Received: from [192.168.10.156] (110-19.193-178.cust.bluewin.ch [178.193.19.110]) by smtp.webfaction.com (Postfix) with ESMTP id E90D22129114 for ; Tue, 1 Oct 2013 12:45:49 +0000 (UTC) Date: Tue, 1 Oct 2013 14:47:12 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: caml list Message-ID: X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2 Hello, Unicode 6.3.0 having been released yesterday it's my pleasure to announce that the following modules have been updated to support the latest version of the standard: # Uucd 1.0.0, Unicode character database decoder for OCaml. This is a major release as new cases where introduced in some of the database's enumerants. Home page: http://erratique.ch/software/uucd Release notes: https://github.com/dbuenzli/uucd/blob/master/CHANGES.md # Uunf 0.9.2, Unicode text normalization for OCaml Minor release, updates the internal data structures to support the new characters introduced in Unicode 6.3.0 Home page: http://erratique.ch/software/uunf Release notes: https://github.com/dbuenzli/uunf/blob/master/CHANGES.md They will be available in opam as soon as opam 1.1 is out. Best, Daniel