mlkit: init at 4.5.0

This commit is contained in:
Troels Henriksen 2020-04-08 17:48:49 +02:00
parent 710430b67d
commit 0ffeccd89f
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{ stdenv, fetchFromGitHub, autoreconfHook, mlton }:
stdenv.mkDerivation rec {
pname = "mlkit";
version = "4.5.0";
src = fetchFromGitHub {
owner = "melsman";
repo = "mlkit";
rev = "v${version}";
sha256 = "0fc0y40qphn02857fv2dvhwzzsvgixzchx9i6i0x80xfv7z68fbh";
};
nativeBuildInputs = [ autoreconfHook mlton ];
buildFlags = ["mlkit" "mlkit_libs"];
meta = with stdenv.lib; {
description = "Standard ML Compiler and Toolkit";
homepage = "https://elsman.com/mlkit/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ athas ];
};
}

View file

@ -9041,6 +9041,8 @@ in
mkcl = callPackage ../development/compilers/mkcl {};
mlkit = callPackage ../development/compilers/mlkit {};
inherit (callPackage ../development/compilers/mlton {})
mlton20130715
mlton20180207Binary