From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 15BCE7EEBF for ; Fri, 19 Jun 2015 11:32:21 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.13,643,1427752800"; d="scan'208";a="166212648" Received: from adijon-652-1-247-43.w92-130.abo.wanadoo.fr (HELO alcazar2) ([92.130.146.43]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 19 Jun 2015 11:32:20 +0200 Date: Fri, 19 Jun 2015 11:32:20 +0200 From: Maxence Guesdon To: caml-list@inria.fr Message-ID: <20150619113220.38a19880@alcazar2> Organization: INRIA X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Caml-list] [ANN] ocf 0.2.0 and taglog 0.1.0 Hello, I'm glad to announce the release of Ocf 0.2.0 and Taglog 0.1.0. * Ocf is a library to create configuration options and read and store them in JSON syntax. Website: http://zoggy.github.io/ocf/ See the documentation for a guided tour: https://zoggy.github.io/ocf/doc.html Changes in the release: - fix ppx: do not build empty value declarations, - add Ocf.set, - add Ocf.Wrapper.of_ok_error to easily use code generated by ppx_deriving_json. * Taglog is a library to create log functions. These log functions use classical log levels but also tags to determine whether to output a log message or not. Website: https://zoggy.github.io/ocaml-taglog/ See the documentation for a guided tour: https://zoggy.github.io/ocaml-taglog/doc.html Both should be available soon in opam. Regards, Maxence