commit
28d2854b20
24
pkgs/development/compilers/mlkit/default.nix
Normal file
24
pkgs/development/compilers/mlkit/default.nix
Normal 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 ];
|
||||||
|
};
|
||||||
|
}
|
@ -9061,6 +9061,8 @@ in
|
|||||||
|
|
||||||
mkcl = callPackage ../development/compilers/mkcl {};
|
mkcl = callPackage ../development/compilers/mkcl {};
|
||||||
|
|
||||||
|
mlkit = callPackage ../development/compilers/mlkit {};
|
||||||
|
|
||||||
inherit (callPackage ../development/compilers/mlton {})
|
inherit (callPackage ../development/compilers/mlton {})
|
||||||
mlton20130715
|
mlton20130715
|
||||||
mlton20180207Binary
|
mlton20180207Binary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user