From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 77D437EEB9 for ; Mon, 26 Oct 2015 15:07:59 +0100 (CET) X-IronPort-AV: E=Sophos;i="5.20,201,1444687200"; d="scan'208";a="184492389" Received: from estephe.inria.fr (HELO [128.93.11.95]) ([128.93.11.95]) by mail2-relais-roc.national.inria.fr with ESMTP; 26 Oct 2015 15:07:59 +0100 To: OCaml Mailing List From: Xavier Leroy X-Enigmail-Draft-Status: N1110 Message-ID: <562E33BF.8080207@inria.fr> Date: Mon, 26 Oct 2015 15:07:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Caml-list] OCaml core on Github Hello, As announced at the OCaml workshop last September, the development sources for the core OCaml system are now hosted at Github, ocaml/ocaml project. (Before, this Github repository was a read-only mirror of a master SVN repository hosted at Inria.) Those of you who track the OCaml development version via SVN at http://caml.inria.fr/svn/ocaml/ should switch to Git at https://github.com/ocaml/ocaml.git instead. The SVN repo remains available for a few more weeks, but is no longer updated. All other users should be unaffected by this change. - Xavier Leroy