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 F2E4C7EF21 for ; Wed, 18 Jun 2014 09:35:27 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of francois.bobot@cea.fr) identity=pra; client-ip=132.167.192.142; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="francois.bobot@cea.fr"; x-sender="francois.bobot@cea.fr"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of francois.bobot@cea.fr designates 132.167.192.142 as permitted sender) identity=mailfrom; client-ip=132.167.192.142; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="francois.bobot@cea.fr"; x-sender="francois.bobot@cea.fr"; 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@cirse-out.extra.cea.fr) identity=helo; client-ip=132.167.192.142; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="francois.bobot@cea.fr"; x-sender="postmaster@cirse-out.extra.cea.fr"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAIBAoVOEp8COnGdsb2JhbABag1+DRsBRCgGBEBYPAQEBAQEICwkJFCiEAwEBBSMPAUURCxgCAgUWCwICCQMCAQIBRRMIAog+Dawsnw8TBIEqjVIWgmGBTAEDoT2QIg X-IPAS-Result: ApMBAIBAoVOEp8COnGdsb2JhbABag1+DRsBRCgGBEBYPAQEBAQEICwkJFCiEAwEBBSMPAUURCxgCAgUWCwICCQMCAQIBRRMIAog+Dawsnw8TBIEqjVIWgmGBTAEDoT2QIg X-IronPort-AV: E=Sophos;i="5.01,499,1400018400"; d="scan'208";a="67700316" Received: from cirse-out.extra.cea.fr ([132.167.192.142]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Jun 2014 09:35:27 +0200 Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by cirse.extra.cea.fr (8.14.2/8.14.2/CEAnet-Internet-out-2.3) with ESMTP id s5I7ZR4k025771 for ; Wed, 18 Jun 2014 09:35:27 +0200 Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id AF57F200C10 for ; Wed, 18 Jun 2014 09:37:13 +0200 (CEST) Received: from muguet1.intra.cea.fr (muguet1.intra.cea.fr [132.166.192.6]) by pisaure.intra.cea.fr (Postfix) with ESMTP id 9B824200DBC for ; Wed, 18 Jun 2014 09:37:13 +0200 (CEST) Received: from [10.8.32.80] (is222783.intra.cea.fr [10.8.32.80]) by muguet1.intra.cea.fr (8.13.8/8.13.8/CEAnet-Intranet-out-1.2) with ESMTP id s5I7ZQic021644 for ; Wed, 18 Jun 2014 09:35:26 +0200 Message-ID: <53A14140.2060502@cea.fr> Date: Wed, 18 Jun 2014 09:35:28 +0200 From: =?UTF-8?B?RnJhbsOnb2lzIEJvYm90?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: caml-list@inria.fr References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Caml-list] [ANN] Core Suite 111.17.00 Hi, Thank you for this new release of all these great libraries. On 17/06/2014 18:43, Ben Millwood wrote: > ## sexplib > > - Make the camlp4 dependency optional Is it linked to a path toward extension points (4.02)? It is mentionned[1] that the syntax will changed, from: type t = int * string with sexp to: type t = int * string [@@sexp] . But is there some plan for a version of type-conv and sexp/bin-prot/... that will accept the new syntax with camlp4 for old compiler and without camlp4 but with extension point for new one? Thanks, [1] https://blogs.janestreet.com/extension-points-or-how-ocaml-is-becoming-more-like-lisp/ -- François Bobot