1 { lib, stdenv, fetchFromGitHub, mlton }:
5 version = "unstable-2019-11-04";
7 src = fetchFromGitHub {
10 rev = "c72190de76f7ed1cfbe1d2046c96e99ac5022b0c";
11 fetchSubmodules = true;
12 hash = "sha256-xrQT5o0bsIN+mCYUOz9iY4+j3HGROb1I6R2ADcLy8n4=";
15 buildInputs = [ mlton ];
18 patchShebangs ./script/
27 mv ./bin/redprl $out/bin
31 description = "Proof assistant for Nominal Computational Type Theory";
32 mainProgram = "redprl";
33 homepage = "http://www.redprl.org/";
34 license = licenses.mit;
35 maintainers = with maintainers; [ acowley ];
36 platforms = platforms.unix;