From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55461) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifyaA-0004N6-HG for guix-patches@gnu.org; Fri, 13 Dec 2019 22:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifya6-0004vi-I8 for guix-patches@gnu.org; Fri, 13 Dec 2019 22:59:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57098) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifya6-0004um-A3 for guix-patches@gnu.org; Fri, 13 Dec 2019 22:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifya6-0005dL-93 for guix-patches@gnu.org; Fri, 13 Dec 2019 22:59:02 -0500 Subject: [bug#38605] [WIP MLton 0/1] Add MLton Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:41251) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifyZP-0004Jk-Ho for guix-patches@gnu.org; Fri, 13 Dec 2019 22:58:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifyZN-000348-Aq for guix-patches@gnu.org; Fri, 13 Dec 2019 22:58:18 -0500 Received: from mout02.posteo.de ([185.67.36.66]:43857) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ifyZJ-0002x4-Qq for guix-patches@gnu.org; Fri, 13 Dec 2019 22:58:16 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5E0872400E6 for ; Sat, 14 Dec 2019 04:58:12 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47ZYfW1ghcz9rxT for ; Sat, 14 Dec 2019 04:58:11 +0100 (CET) From: Brett Gilio Date: Fri, 13 Dec 2019 21:58:10 -0600 Message-ID: <877e2z7e3x.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0000-cover-letter.patch Content-Description: [WIP MLton 0/1] Add MLton List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38605@debbugs.gnu.org >From d6e94b0a04bf71e51d29b7228bd4233bf763eaaa Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Fri, 13 Dec 2019 21:54:59 -0600 Subject: [WIP MLton 0/1] Add MLton MLton is a little bit tricker to package properly as it runs in to the issue of requiring a non-source, pre-compiled bootstrap. There is a way to get it to build against SMLnj though (which will be my next WIP bug report). This patch series uses a series of patched ELFs to compile MLton from source. But obviously this will not be permissable upstream. As such I wanted to share my WIP on this for anybody who has any ideas and so I can keep track of my own progress. Please send revisions by re-rolling n+1. Brett Gilio (1): gnu: Add mlton. gnu/packages/sml.scm | 138 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) -- 2.24.1