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 09DD37F84F for ; Sun, 23 Feb 2014 14:19:56 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of sylvain@le-gall.net) identity=pra; client-ip=80.91.229.3; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="sylvain@le-gall.net"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of gclci-caml-list@m.gmane.org designates 80.91.229.3 as permitted sender) identity=mailfrom; client-ip=80.91.229.3; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="gclci-caml-list@m.gmane.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of postmaster@plane.gmane.org designates 80.91.229.3 as permitted sender) identity=helo; client-ip=80.91.229.3; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="postmaster@plane.gmane.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsEAF30CVNQW+UDgGdsb2JhbAA/GoNBwjoWDgEBFCgYEIQWLIg9AQg2lwKwM44MdYQiBJlmkjSBboFo X-IPAS-Result: AjsEAF30CVNQW+UDgGdsb2JhbAA/GoNBwjoWDgEBFCgYEIQWLIg9AQg2lwKwM44MdYQiBJlmkjSBboFo X-IronPort-AV: E=Sophos;i="4.97,529,1389740400"; d="scan'208";a="50135505" Received: from plane.gmane.org ([80.91.229.3]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/AES256-SHA; 23 Feb 2014 14:19:55 +0100 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WHYyF-0006oL-DG for caml-list@inria.fr; Sun, 23 Feb 2014 14:19:51 +0100 Received: from root.ovh.le-gall.net ([37.59.37.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 14:19:51 +0100 Received: from sylvain by root.ovh.le-gall.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 14:19:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Date: Sun, 23 Feb 2014 13:19:25 +0000 (UTC) Message-ID: X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: root.ovh.le-gall.net User-Agent: slrn/pre1.0.0-18 (Linux) Subject: [Caml-list] [ANN] OASIS 0.4.2 Hello, I just released OASIS v0.4.2. * Major changes: * Change BSD3 and BSD4 to BSD-3-clause and BSD-4-clause to comply with DEP5, add BSD-2-clause. BSD3 and BSD4 are still valid but marked as deprecated. More information: http://dep.debian.net/deps/dep5/#license-specification * Enhance .cmxs supports through the generation of .mldylib files. When one of the modules of a library has the name of the library, ocamlbuild tends to just transform this module into a .cmxs. Now, the use of a .mldylib fix that problem and the .cmxs really contains all modules of the library. * Refactor oasis.cli to be able to create subcommand plugins. * Exported modules starts now with CLI. * Display plugins in the manual. * Design so that it is possible to be thread-safe. * Try to minimize the number of functions. * Make better choice of name and API. * A subcommand plugin 'dist' to create tarball is in preparation, as a separate project. * Remove plugin-list subcommand, this command was limited and probably not used. A better alternative will appear in next version. * Sub-command setup-dev is now hidden and will soon be removed. * Minor changes: * Refactor ocamlbuild build plugin to have some features in doc plugin. XOCamlbuilExtraArgs and XOCamlbuildPluginTags are now available for Document. The flag '-use-ocamlfind' is set for doc and build plugin. * Reorganize the test/data directory, each toplevel test has now its dedicated subdirectory in test/data. * Start to work on better support of syntax extension: * Remove archive(syntax,{byte,native}) from the META, this was causing an issue when trying to compile. * Add an example that creates a syntax extension. * Add support for auto-guessing syntax_camlp4o when one of the syntax extension shipped with camlp4 is in a build depends. * Allow to include $(X) in CCOpt/CClib. This patch helps to enable variable susbtitution for flags. This allow to write a PostConfCommand script to insert this data in setup.data and have them back when running OCamlbuild. * Raise error when "true" or "false" are not spelled correctly. * Fix some warnings about "Field X is set but matcing plugin Z is not enabled." Full blog post here: http://le-gall.net/sylvain+violaine/blog/index.php?post/2014/02/18/Release-OASIS-0.4.3 (version in the URL is wrong, sorry about that) Cheers, Sylvain Le Gall -- Website: http://sylvain.le-gall.net/ OCaml forge: http://forge.ocamlcore.org OCaml blogs: http://planet.ocaml.org