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