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 53B497F0EE for ; Sun, 1 Nov 2015 09:06:07 +0100 (CET) IronPort-PHdr: 9a23:bPR+mhKPuQ19j7qKTdmcpTZWNBhigK39O0sv0rFitYgULf3xwZ3uMQTl6Ol3ixeRBMOAu68C0bGd6fy7EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35nxjbv5ocGIKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FpwecbDv6/J/hwDeEATWduD2dg78TusVzHTBCTri8XW2AS1x5JGBTt7RfgX563vDGs5cRn3yzPFMv6QKovEQyv86pxADH1hyIOMThxpGjRhsFql4pVvR2krhp5hYjZfNfGZ7JFYqrBcIZCFiJ6VcFLWnkcWo4= Authentication-Results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=anders@fugmann.net; spf=Pass smtp.mailfrom=anders@fugmann.net; spf=None smtp.helo=postmaster@gw.fugmann.net Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of anders@fugmann.net) identity=pra; client-ip=90.184.182.235; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="anders@fugmann.net"; x-sender="anders@fugmann.net"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of anders@fugmann.net designates 90.184.182.235 as permitted sender) identity=mailfrom; client-ip=90.184.182.235; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="anders@fugmann.net"; x-sender="anders@fugmann.net"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@gw.fugmann.net) identity=helo; client-ip=90.184.182.235; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="anders@fugmann.net"; x-sender="postmaster@gw.fugmann.net"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0D9AQDKxjVW/+u2uFpegztTb78xAQ2BWiGFboEhOBQBAQEBAQEBAYEJgi6CMRUIAQE4NAIFIQIRAkwNCAKIMAmwNHGEZQEFjBYCBIEijxiDNoFFlkiFHZEhhUmNWB8BAUKEBT00hX4BAQE X-IPAS-Result: A0D9AQDKxjVW/+u2uFpegztTb78xAQ2BWiGFboEhOBQBAQEBAQEBAYEJgi6CMRUIAQE4NAIFIQIRAkwNCAKIMAmwNHGEZQEFjBYCBIEijxiDNoFFlkiFHZEhhUmNWB8BAUKEBT00hX4BAQE X-IronPort-AV: E=Sophos;i="5.20,228,1444687200"; d="scan'208";a="185421690" Received: from gw.fugmann.net ([90.184.182.235]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-GCM-SHA384; 01 Nov 2015 09:06:06 +0100 Received: from [10.0.0.8] (zaphod.fugmann.net [10.0.0.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by gw.fugmann.net (Postfix) with ESMTPSA id BE7662DC1AC1 for ; Sun, 1 Nov 2015 09:06:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fugmann.net; s=mail; t=1446365170; bh=UGn7n7TA6cyoduuDGwZoL6TPdP/WHV2BhzDzj5fgt3M=; h=From:Subject:To:Date:From; b=n+n8j/z8a1wXGrKAXLM4jCIxRMR+11Eb+/TifvH0VznKiCtePlWWrY9/h26BHpyBB pWyPZc0tA5dA9v1FFAgeqM2simtk36UPgpu+I3fbzwGnKQ7B6kNRAGt1ko+QI7JxqP Dk0aGgME+9S84cE6rlR3ChSd12AEsGK3bnfoaFjE= From: Anders Peter Fugmann To: caml-list Message-ID: <5635C7E3.80207@fugmann.net> Date: Sun, 1 Nov 2015 09:05:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Caml-list] [ANN] ocaml-amqp 0.0.1 Ocaml-Amqp is an async based client library for Amqp. The library implements 0-9-1 specification of the protocol and support for some Rabbitmq server extensions. Ocaml-Amqp provides low level bindings the to Amqp protocol as well as high level messaging patterns. It is implemented in pure Ocaml. The library implements 0-9-1 specification of the protocol and support for some Rabbitmq server extensions. The code is available in Github[1], and though Opam Comments, Requests, bug reports, etc. are more than welcome. /Anders [1] https://github.com/andersfugmann/ocaml-amqp