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 8631A7F890 for ; Wed, 26 Mar 2014 02:33:05 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of gildor478@gmail.com) identity=pra; client-ip=209.85.213.171; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="gildor478@gmail.com"; x-sender="gildor478@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of gildor478@gmail.com designates 209.85.213.171 as permitted sender) identity=mailfrom; client-ip=209.85.213.171; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="gildor478@gmail.com"; x-sender="gildor478@gmail.com"; 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@mail-ig0-f171.google.com) identity=helo; client-ip=209.85.213.171; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="gildor478@gmail.com"; x-sender="postmaster@mail-ig0-f171.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AroCAGstMlPRVdWrlGdsb2JhbAA/GoNBV4QptV2IdIESCBYOAQEBAQcLCwkSKoIlAQEBAwFAATkDAQsBBQULOyISAQUBDgENBgESh2UDCQgNNqBtj22WbScNhx0RAQUMjGKBFWeEQwSYTYEyiziDWRgpgWeCdjw X-IPAS-Result: AroCAGstMlPRVdWrlGdsb2JhbAA/GoNBV4QptV2IdIESCBYOAQEBAQcLCwkSKoIlAQEBAwFAATkDAQsBBQULOyISAQUBDgENBgESh2UDCQgNNqBtj22WbScNhx0RAQUMjGKBFWeEQwSYTYEyiziDWRgpgWeCdjw X-IronPort-AV: E=Sophos;i="4.97,732,1389740400"; d="scan'208";a="64743304" Received: from mail-ig0-f171.google.com ([209.85.213.171]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 26 Mar 2014 02:33:04 +0100 Received: by mail-ig0-f171.google.com with SMTP id hl1so14920igb.10 for ; Tue, 25 Mar 2014 18:33:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=VWDxtfoDGq1/oSPYLwyl/z/WhKKyfLfPERQCO1AA3C0=; b=I7cMVdG48za4fiSOgypmRuZPjHpTJUTo4MA+XbWkm0kQbB93rtDWEyhX7Yns4jpArw cTqvnDBYc1i/17tFyc7QZ6lQjARNENN0KmamnlB73ijb9YY6z4tiagpIZOhgQ5QeEp12 U+5MLTyghhnlIK3dYZd+alpRVAmlBELWz7gSrnw6JolBGkdVLUq8bartKpdP2Qw7Jv9T I+5z4TohJFA9McCQxP4qW6ZwQYR9DS4TpyjBmRCxcclJ8rV9Ri/z44LePfFc8p42qQyI J42EemyqSC+KwokitBMF2825kyeyUCLi/xaowHLECX/V/6Oc75xZTOrIgjtX55+gCzsF 5mzA== MIME-Version: 1.0 X-Received: by 10.50.137.71 with SMTP id qg7mr20711008igb.38.1395797583340; Tue, 25 Mar 2014 18:33:03 -0700 (PDT) Sender: gildor478@gmail.com Received: by 10.64.68.40 with HTTP; Tue, 25 Mar 2014 18:33:03 -0700 (PDT) In-Reply-To: References: Date: Wed, 26 Mar 2014 02:33:03 +0100 X-Google-Sender-Auth: aWhl_blkKq97PAZltNFVcKXDXAc Message-ID: From: Sylvain Le Gall To: caml-list , OASIS-devel Content-Type: multipart/alternative; boundary=001a11c3c19622595a04f5787375 Subject: Re: [Caml-list] [ANN] OASIS v0.4.3 --001a11c3c19622595a04f5787375 Content-Type: text/plain; charset=ISO-8859-1 Hi all, Anil and Jacques-Pascal have quickly spotted a bug when generating Makefile/META/setup.ml (missing \n\n and a lot of backup files). I decided to do a quick release tonight to get the situation fixed ASAP. Here is OASIS 0.4.4 https://forge.ocamlcore.org/frs/?group_id=54&release_id=1042 Regards Sylvain 2014-03-25 2:32 GMT+01:00 Sylvain Le Gall : > Hi all, > > I just released OASIS 0.4.3. > > OASIS is a tool to help OCaml developers to integrate configure, build and > install systems in their projects. It should help to create standard entry > points in the source code build system, allowing external tools to analyse > projects easily. > > Important changes: > * Added -remove switch to the setup-clean subcommand designed to remove > unaltered generated files completely, rather than simply emptying their > OASIS section. > * Translate path of ocamlfind on Windows to be bash/win32 friendly. > * Description is now parsed in a more structured text (para/verbatim). > > New features: > * stdfiles_markdown (alpha): set default extension of StdFiles (AUTHORS, > INSTALL, README) tp be '.md'. Use markdown syntax for standard files. Use > comments that hides OASIS section and digest. This feature should help > direct publishing on GitHub. > > * disable_oasis_section (alpha): it allows DisableOASISSection to be > specified in the package with a list of expandable filenames given. Any > generated file specified in this list doesn't get an OASIS section digest > or comment headers and footers and is therefore regenerated each time > `oasis setup` is run (and any changes made are lost). This feature is > mainly intended for use with StdFiles so that, for example, INSTALL.txt and > AUTHORS.txt (which often won't be modified) can have the extra comment > lines removed. > > * compiled_setup_ml (alpha): allow to precompile setup.ml to speedup. > > Full blog post here: > > http://le-gall.net/sylvain+violaine/blog/index.php?post/2014/03/25/Release-of-OASIS-0.4.3 > > Download here: > https://forge.ocamlcore.org/frs/?group_id=54&release_id=1041 > > Cheers > Sylvain Le Gall > --001a11c3c19622595a04f5787375 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all,

Anil and Jacques-Pascal have qu= ickly spotted a bug when generating Makefile/META/setup.ml (missing \n\n and a lot of backup files). I decided to do a= quick release tonight to get the situation fixed ASAP.

Here is OASIS 0.4.4

Regards
Sylvain



2014-03-25 2:32 GMT+01:00 Sylvain Le= Gall <sylvain@le-gall.net>:
Hi all,

= I just released OASIS 0.4.3.

OASIS is a tool to he= lp OCaml developers to integrate configure, build and install systems in th= eir projects. It should help to create standard entry points in the source = code build system, allowing external tools to analyse projects easily.

Important changes:
* Added -remove= switch to the setup-clean subcommand designed to remove unaltered generate= d files completely, rather than simply emptying their OASIS section.
* Translate path of ocamlfind on Windows to be bash/win32 friendly.
* Description is now parsed in a more structured text (para/verbati= m).

New features:
* stdfiles_markdown (a= lpha): set default extension of StdFiles (AUTHORS, INSTALL, README) tp be &= #39;.md'. Use markdown syntax for standard files. Use comments that hid= es OASIS section and digest. This feature should help direct publishing on = GitHub.

* disable_oasis_section (alpha): it allows DisableOASIS= Section to be specified in the package with a list of expandable filenames = given. Any generated file specified in this list doesn't get an OASIS s= ection digest or comment headers and footers and is therefore regenerated e= ach time `oasis setup` is run (and any changes made are lost). This feature= is mainly intended for use with StdFiles so that, for example, INSTALL.txt= and AUTHORS.txt (which often won't be modified) can have the extra com= ment lines removed.

* compiled_setup_ml (alpha): allow to precompile setup.ml to speedup.

Full blog post here:

Download here:

Cheers
Sylvain Le = Gall

--001a11c3c19622595a04f5787375--