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 B906F7F8FC for ; Mon, 9 Jun 2014 15:39:25 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of yoriyuki.y@gmail.com) identity=pra; client-ip=209.85.192.42; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="yoriyuki.y@gmail.com"; x-sender="yoriyuki.y@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of yoriyuki.y@gmail.com designates 209.85.192.42 as permitted sender) identity=mailfrom; client-ip=209.85.192.42; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="yoriyuki.y@gmail.com"; x-sender="yoriyuki.y@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-qg0-f42.google.com) identity=helo; client-ip=209.85.192.42; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="yoriyuki.y@gmail.com"; x-sender="postmaster@mail-qg0-f42.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtABAMm4lVPRVcAqlGdsb2JhbABZg19WA4JswQRRgQoIFg8BAQEBBwsLCRIqg3oiER0BGx4DEggBBzcCJAERAQUBIjWICwEDEQ2cXYMSaosngXKDD5MzChknDWSFJBEBBQyOXIMAgUwEijCPcYFCkBIYKYR7Li8 X-IPAS-Result: AtABAMm4lVPRVcAqlGdsb2JhbABZg19WA4JswQRRgQoIFg8BAQEBBwsLCRIqg3oiER0BGx4DEggBBzcCJAERAQUBIjWICwEDEQ2cXYMSaosngXKDD5MzChknDWSFJBEBBQyOXIMAgUwEijCPcYFCkBIYKYR7Li8 X-IronPort-AV: E=Sophos;i="4.98,1002,1392159600"; d="scan'208";a="66383392" Received: from mail-qg0-f42.google.com ([209.85.192.42]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 09 Jun 2014 15:39:19 +0200 Received: by mail-qg0-f42.google.com with SMTP id q107so8879260qgd.15 for ; Mon, 09 Jun 2014 06:39:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=skhh4e42+nffQJrhb/JAgCJzn5bCm679Iif5uAXMGhE=; b=uB/ApoMfP40HcMnAxOSeVJI+O4k9e6kYwNPwjNPBIi0B7xAPZi3YFOseUORFPtkPN6 D0CuIWXgTu/CI0lcVdTzWnZs/kp9NgLkUxN/wNR5P4mJ+WIQ9JcSZ7gR8lr5AJF1LNLT KLIzb/8JHpeYomIBVO50BEUQMhYiBVYU9yLSr8p0YO6mzg3H0R/7MAmxl6g4LoHw0so6 mSfeSgMhrG43VxDaPefCh/5GeknvcfnEVlCld6q5cMZ9usosVORIX1NG6rb5K8HQz2Yk oIAU1xvbtDqU/tpOhvwlNT43DNC9Yqfj/JtfreyBDAX78Won9PKxuCTA5Q1XJK/nz5YH vuQg== X-Received: by 10.224.160.202 with SMTP id o10mr33267136qax.8.1402321158148; Mon, 09 Jun 2014 06:39:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.41.228 with HTTP; Mon, 9 Jun 2014 06:38:58 -0700 (PDT) From: Yoriyuki Yamagata Date: Mon, 9 Jun 2014 22:38:58 +0900 Message-ID: To: Caml List Content-Type: multipart/alternative; boundary=089e0149384e7e16d604fb675639 Subject: [Caml-list] uCorelib 0.2.0 --089e0149384e7e16d604fb675639 Content-Type: text/plain; charset=UTF-8 Dear List, I'm pleased to announce uCorelib 0.2.0, a new and simple Unicode library for OCaml. https://github.com/yoriyuki/ucorelib/releases/tag/v0.2.0 This release add - Persistent set of Unicode characters. USet - Persistent map from Unicode characters to arbitrary types. UMap - Readonly, fast access, compact map from Unicode to any type, bool, and char. UCharTbl Enjoy! -- Yoriyuki Yamagata *http://yoriyuki.info/ * --089e0149384e7e16d604fb675639 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear List,

I'm pleased t= o announce uCorelib 0.2.0, a new and simple Unicode library for OCaml.

https://github.com/yoriyuki/ucorelib/releases/tag/v0.2.0

This release add=C2=A0

- Pe= rsistent set of Unicode characters. USet
- Persistent map from Un= icode characters to arbitrary types. UMap
- Readonly, fast access= , compact map from Unicode to any type, bool, and char. UCharTbl

Enjoy!

--=C2=A0
Yoriyuki Yamagata
http://yoriyuki.info/
--089e0149384e7e16d604fb675639--