1 { lib, stdenv, fetchFromGitHub, mlton }:
5 version = "unstable-2016-11-27";
7 src = fetchFromGitHub {
8 owner = "chrisamaphone";
9 repo = "interactive-lp";
10 rev = "e436fda2ccd44e9c9d226feced9d204311deacf5";
11 hash = "sha256-COYrE9O/Y1/ZBNHNakBwrUVklCuk144RF9bjwa3rl5w=";
12 fetchSubmodules = true;
15 nativeBuildInputs = [ mlton ];
23 description = "Linear logic programming language for modeling generative interactive systems";
24 mainProgram = "ceptre";
25 homepage = "https://github.com/chrisamaphone/interactive-lp";
26 maintainers = with maintainers; [ pSub ];
27 platforms = platforms.unix;