From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id D7EBDBBAF for ; Wed, 11 Jun 2008 18:07:21 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjYEANKUT0hIDtydd2dsb2JhbACLNYYZQwEMAwQECREDmCGGSQ X-IronPort-AV: E=Sophos;i="4.27,625,1204498800"; d="scan'208";a="13835337" Received: from fg-out-1718.google.com ([72.14.220.157]) by mail3-smtp-sop.national.inria.fr with ESMTP; 11 Jun 2008 18:07:21 +0200 Received: by fg-out-1718.google.com with SMTP id l27so3618405fgb.43 for ; Wed, 11 Jun 2008 09:07:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date:cc :x-mailer:sender; bh=GANaodw3QkI/+kUcR+erGu1cNLRPTwCZ+LwdtUsANGU=; b=dmz9LQJovLOdutXEiVvrIJ80iqHRkT0iRlsk3ClztoYs5yxg4Ba6PCsMP1ls943DT8 kHZg8fPpmKGil0KoVYu0VKZ6QxFSezSe2ciCNU9TC1XxlVUCic32/7wNxCTrgT4SwSQI CM1OS+G1/ZqrjUjr1x9lZAnwpi/Etm4kg0R/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:cc:x-mailer:sender; b=i3YNZUbiVfd9cVUWL7VZ2JA7P/IvdJk5wGfr6e8bXh9jo36ibFsC5EzphfH/pSRfiD LpXjcKKrjFi//cXWAL9tWiBKrAhFMG+4INp4u9/f5mgposRXxT30S7m2Jo1cgH/57Wsw 1p9/5T6oSPpj7e9htHdBtIXEKS9JMTBp0gVfw= Received: by 10.86.100.19 with SMTP id x19mr469252fgb.61.1213200440817; Wed, 11 Jun 2008 09:07:20 -0700 (PDT) Received: from ?10.0.1.2? ( [85.2.21.105]) by mx.google.com with ESMTPS id 3sm40049fge.3.2008.06.11.09.07.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Jun 2008 09:07:19 -0700 (PDT) Message-Id: From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= To: caml-list caml-list Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Subject: [ANN] Uuidm 0.9.0 Date: Wed, 11 Jun 2008 18:06:54 +0200 Cc: caml-hump@inria.fr X-Mailer: Apple Mail (2.924) Sender: =?UTF-8?B?RGFuaWVsIELDvG56bGk=?= X-Spam: no; 0.00; bunzli:01 buenzli:01 ocaml:01 hashing:01 module:03 module:03 identifiers:04 daniel:04 daniel:04 bsd:04 bits:05 distributed:05 rfc:05 i'd:06 implementing:06 Hello, I'd like to announce the existence of the following snippet of code. Uuidm is an OCaml module implementing 128 bits universally unique identifiers version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122. Uuidm is made of a single, independent, module and distributed under the new BSD license. Module home page : http://erratique.ch/software/uuidm Best, Daniel