From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.9 required=5.0 tests=AWL,SPF_FAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id F21DEBBAF for ; Sun, 8 Mar 2009 11:21:31 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmMCAHM4s0lQW+UCe2dsb2JhbACVKQEBFiIEvTOEBQY X-IronPort-AV: E=Sophos;i="4.38,324,1233529200"; d="scan'208";a="25235970" Received: from main.gmane.org (HELO ciao.gmane.org) ([80.91.229.2]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/AES256-SHA; 08 Mar 2009 11:21:31 +0100 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LgG8M-0002z5-2k for caml-list@inria.fr; Sun, 08 Mar 2009 10:21:26 +0000 Received: from ks300734.kimsufi.com ([91.121.65.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2009 10:21:26 +0000 Received: from sylvain by ks300734.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2009 10:21:26 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: HLVM is now garbage collected! Date: Sun, 8 Mar 2009 10:21:17 +0000 (UTC) Message-ID: References: <200903080119.20330.jon@ffconsultancy.com> <200903080245.41076.jon@ffconsultancy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ks300734.kimsufi.com User-Agent: slrn/pre0.9.9-102 (Linux) Sender: news X-Spam: no; 0.00; le-gall:01 ocaml:01 vastly:01 afaik:01 bug:01 ocaml:01 git:98 git:98 garbage:01 wrote:01 wrote:01 repository:03 repository:03 interface:06 file:11 Hello, On 08-03-2009, Joel Reymont wrote: > > On Mar 8, 2009, at 2:45 AM, Jon Harrop wrote: > >> The OCaml Forge has kindly accepted to host the HLVM project: >> >> http://hlvm.forge.ocamlcore.org > > > Am I the only one who VASTLY prefers the clean, uncluttered and easy > to use GitHub interface to the *Forge one? > AFAIK, Github host only git repository. Forge.ocamlcore.org not only host repository but also mailing-list, bug tracker and file section. Moreover, hlvm is a SVN repository which makes github a non-sense for this project. We do also have a git repository for projects (git.ocamlcore.org) though not as shiny as github. If you do prefer github for your repository, you can of course host BTS, mailing-list and files section on forge.ocamlcore.org and your git repository on github. There is nothing that prevent it. The purpose of forge.ocamlcore.org is to have a more central point for OCaml projects, giving visibility to OCaml community Regards, Sylvain Le Gall