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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 06F7B7ED7A for ; Fri, 14 Sep 2012 20:00:28 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of andre@digirati.com.br) identity=pra; client-ip=187.73.32.184; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="andre@digirati.com.br"; x-sender="andre@digirati.com.br"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of andre@digirati.com.br designates 187.73.32.184 as permitted sender) identity=mailfrom; client-ip=187.73.32.184; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="andre@digirati.com.br"; x-sender="andre@digirati.com.br"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of postmaster@mta112.f1.k8.com.br designates 187.73.32.184 as permitted sender) identity=helo; client-ip=187.73.32.184; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="andre@digirati.com.br"; x-sender="postmaster@mta112.f1.k8.com.br"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIBAK9vU1C7SSC4nGdsb2JhbABFhge1eyIBAQEBAQgLCQkUJ4JKHQEBODQCJgIiDQE7iBYJp21ug0IBBY86BoEhjT2CDYESlniETGCMYYFJ X-IronPort-AV: E=Sophos;i="4.80,423,1344204000"; d="scan'208";a="173248488" Received: from mta112.f1.k8.com.br ([187.73.32.184]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 14 Sep 2012 20:00:26 +0200 Received: from localhost (localhost [127.0.0.1]) by smtpz.f1.k8.com.br (Postfix) with ESMTP id 9B1268034F for ; Fri, 14 Sep 2012 18:00:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at k8.com.br Received: from smtpz.f1.k8.com.br ([127.0.0.1]) by localhost (mta112.f1.k8.com.br [127.0.0.1]) (amavisd-new, port 10024) with LMTP id y9gqVW8QlG1X for ; Fri, 14 Sep 2012 18:00:24 +0000 (UTC) Received: from [10.7.5.14] (unknown [10.7.5.14]) by smtpz.f1.k8.com.br (Postfix) with ESMTPA id 348C4801ED for ; Fri, 14 Sep 2012 18:00:24 +0000 (UTC) X-DKIM: OpenDKIM Filter v2.5.2 smtpz.f1.k8.com.br 348C4801ED DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digirati.com.br; s=default; t=1347645624; bh=vO3iq6KmclrJbZJIUqwfNHEyXA4nUYmlESwUtf5vLpU=; h=Subject:From:To:Date; b=gOSBqL17UcdtL46Gl/LyfU+xUQNti7FDeQmJOQ61IzJRUiPjL5R9nd5adot1mtSiG iz0ySWpQsNXioikANRa4Y6wZuh0LQyEXfPUaw4MhKB3T927xjSy1dyCSuZiQ3DM/Ch Oi0naJElGsR7YmM7UlzbMKs0kownN6Zawmf68kBo= Message-ID: <1347645629.13892.17.camel@andre> From: Andre Nathan To: caml-list@inria.fr Date: Fri, 14 Sep 2012 15:00:29 -0300 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: [Caml-list] [ANN] OCaml-SRS 1.0.0 Hello I'm happy to announce the availability of OCaml-SRS 1.0.0, a library that provides OCaml bindings to libsrs2[1]. The module provide functions to perform email address rewriting with SRS (Sender Rewriting Scheme). Github repostory: https://github.com/andrenth/ocaml-srs Forge download: http://forge.ocamlcore.org/frs/?group_id=318 ODB package page: http://oasis.ocamlcore.org/dev/view/srs/1.0.0 Best regards, Andre [1]http://www.libsrs2.org/