From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q4F1hYUW013521 for ; Tue, 15 May 2012 03:43:34 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhwCAHy0sU8machzl2dsb2JhbABEs3AqAQEBAQEIFgc7gi4CLAEBLAwlXRIBBQFXh2wDCJxJCQOKZoQxAY8pAgSNbIMmlgGOYD2EKA X-IronPort-AV: E=Sophos;i="4.75,590,1330902000"; d="scan'208";a="158379606" Received: from mx2.janestreet.com (HELO nyc-dmz-mxout2.janestreet.com) ([38.105.200.115]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 May 2012 03:43:28 +0200 Received: from nyc-qsv-mail1.delacy.com ([172.25.22.57]) by nyc-dmz-mxout2.janestreet.com with esmtp (Exim 4.76) (envelope-from ) id 1SU6nN-00049d-4D for caml-list@inria.fr; Mon, 14 May 2012 21:43:25 -0400 Received: from nyc-dmz-mxgoog1.delacy.com ([172.25.224.109] helo=mxgoog1.janestreet.com) by nyc-qsv-mail1.delacy.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SU6nN-0000s4-2p for caml-list@inria.fr; Mon, 14 May 2012 21:43:25 -0400 Received: from mail-vb0-f42.google.com ([209.85.212.42]) by mxgoog1.janestreet.com with esmtp (Exim 4.76) (envelope-from ) id 1SU6nN-000218-0v for caml-list@inria.fr; Mon, 14 May 2012 21:43:25 -0400 Received: by vbbfs19 with SMTP id fs19so6541516vbb.29 for ; Mon, 14 May 2012 18:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=janestreet.com; s=google; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type; bh=d83cRn9b5wdRLOvHYKDLHOLB6QCjoxpYyN9lODvo8Vs=; b=pzpzJ7AhZLP/RJKa5W4tZdTf5ROggojPTewvapR7iVNg5j3mjtBPlYyl1gQhCCN4M8 Dtaaj5wT12B4xiq/LF0iL+yoC/GMxt0c8rirISmdPbTcT+MknPvQLggiO541Uw5uXqo8 TjyvUlIVb8JyFd4LjvUjr7wvnaKg/8ysOR4iY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=d83cRn9b5wdRLOvHYKDLHOLB6QCjoxpYyN9lODvo8Vs=; b=n3vGxJvhGGr0rARvRpJeBrmqCT6gpbkvBoPxs/kPTzE8DSVZVNLoPUU3dMpMZXYMo6 AhSghLvxpPd2jIvkI+8atVjjm63K6ytEtFSl3pghE3oQNu4PoHZVNMt3WmJh7cZycDvI FmlrhEFD+ELEXH+awK9Y7pT35dszC0EwAjEZmHXbjS7RAfeMy9L5pYNszehhNoMnFZ87 O92gI6cgIp0RyWMbb+Jt1j6Ee+2D90eMDkciWXFazKdKKNIrPSp7KcL7v3fVNzkvcOIM tBqfRjyR6s0tnbBKzHPyLm31EnhYKbEeUYsmXQDKIMjOlmJ6OxnSfNsVIeP7DrbB4nOf ZpSg== MIME-Version: 1.0 Received: by 10.52.23.199 with SMTP id o7mr5165846vdf.16.1337046204197; Mon, 14 May 2012 18:43:24 -0700 (PDT) Received: by 10.52.33.227 with HTTP; Mon, 14 May 2012 18:43:24 -0700 (PDT) X-Originating-IP: [72.225.238.212] Date: Mon, 14 May 2012 21:43:24 -0400 Message-ID: From: Yaron Minsky To: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQngvNA4Tvq6YOXEXl7tKMddlc3xEvGyq/UhTnhBZpBgejbCxMq7WzDcTaC70/FoIccaZfrZ Subject: [Caml-list] [ANN]: 108.00-pre2 pre-release of Core suite I'm pleased to announce the 108.00-pre2 pre-release of the Core suite of libraries. Core is an industrial strength alternative to OCaml's standard library. The tarball can be found here: https://bitbucket.org/yminsky/ocaml-core/downloads The Core suite includes a variety of useful libraries, including: - Core: the heart of the standard library. - Several useful syntax extensions - type-conv: a library for building type-driven syntax extensions - sexplib: a library for handling s-expressions, and a syntax extension for auto-generating conversions between OCaml types and s-expressions - bin-prot: a syntax-extensions for generating - pipebang - variantslib - comparelib - fieldslib - Async: a monadic concurrency library. - Core_extended: extra components that are not as closely vetted or as stable as Core. This includes, Shell, an interface for interacting with the UNIX shell, and Command, a command-line parsing library. Many of these libraries have been released separately in the past, but we're now releasing them as a single tarball. The release does not depend on Oasis to build, so it should be easier to build and install than installing from the hg repo. Feedback is greatly appreciated! You can join the core mailing list here: https://groups.google.com/forum/?fromgroups#!forum/ocaml-core