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 mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id 56F247ED45 for ; Fri, 29 Jun 2012 00:42:56 +0200 (CEST) Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of sylvain@le-gall.net) identity=pra; client-ip=80.12.242.134; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="sylvain@le-gall.net"; x-sender="sylvain@le-gall.net"; x-conformance=sidf_compatible Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of sylvain@le-gall.net) identity=mailfrom; client-ip=80.12.242.134; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="sylvain@le-gall.net"; x-sender="sylvain@le-gall.net"; x-conformance=sidf_compatible Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.smtpout.orange.fr) identity=helo; client-ip=80.12.242.134; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="sylvain@le-gall.net"; x-sender="postmaster@smtp.smtpout.orange.fr"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlUDACPd7E9QDPKGk2dsb2JhbAArGqYHAY8/gR8BAQEBCQkUFAMkg0VEOYg2BymWXo8SknaOJYMcA5UygRKERA+MfQ X-IronPort-AV: E=Sophos;i="4.77,494,1336341600"; d="scan'208";a="149090615" Received: from smtp12.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) ([80.12.242.134]) by mail4-smtp-sop.national.inria.fr with ESMTP; 29 Jun 2012 00:42:55 +0200 Received: from atto.home ([46.126.108.145]) by mwinf5d23 with ME id Tyiu1j00938FQ1q03yivQP; Fri, 29 Jun 2012 00:42:55 +0200 Received: from [192.168.1.119] (helo=gallu.homelinux.com) by atto.home with smtp (Exim 4.72) (envelope-from ) id 1SkNQG-0002zx-HL for caml-list@inria.fr; Fri, 29 Jun 2012 00:42:49 +0200 Message-Id: Received: by gallu.homelinux.com (sSMTP sendmail emulation); Thu, 28 Jun 2012 22:42:48 +0000 Date: Thu, 28 Jun 2012 22:42:48 +0000 From: Sylvain Le Gall To: caml-list@inria.fr Subject: [Caml-list] [ANN] oasis v0.3.0: Architecture for building OCaml libraries and applications Hi all, A lot of changes, for this new release. Most important: Fix bug with scanf %S@\n for ocaml 4.00. We were unfortunetaly using an undocumented tolerance of Scanf in the previous version. You should consider making new release using this version that fixed this. PACKAGES uploaded to oasis-db will be automatically "derived" before OCaml 4.00 release (i.e. oUnit v1.1.1 will be regenerated with this new version as oUnit v1.1.1~oasis1). PACKAGES not uploaded to oasis-db need to be regenerated. In order not to break 3rd party tools that consider a tarball constant, I recommend to create a new version. Thanks to INRIA OCaml team for synchronizing with us on this point. Full article about this new release here: http://le-gall.net/sylvain+violaine/blog/index.php?post/2012/06/28/OASIS-0.3.0-release Download it here: http://forge.ocamlcore.org/frs/download.php/918/oasis-0.3.0.tar.gz The project: OASIS generates a full configure, build and install system for your application. It starts with a simple `_oasis` file at the toplevel of your project and creates everything required. It uses external tools like OCamlbuild and it can be considered as the glue between various subsystems that do the job. It should support the following tools: - OCamlbuild - OMake (todo) - OCamlMakefile (todo), - ocaml-autoconf (todo) It also features a do-it-yourself command line invocation and an internal configure/install scheme. Libraries are managed through findlib. It has been tested on GNU Linux and Windows. It also allows to have standard entry points and description. It helps to integrates your libraries and software with third parties tools like GODI. Homepage: http://oasis.forge.ocamlcore.org/ Get source code: $ darcs get http://darcs.ocamlcore.org/repos/oasis Browse source code: http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=oasis;a=summary [Generated by 'OASIS announce']