10 pname = "functional-linear-algebra";
12 buildInputs = [ standard-library ];
14 src = fetchFromGitHub {
15 repo = "functional-linear-algebra";
16 owner = "ryanorendorff";
18 sha256 = "sha256-3nme/eH4pY6bD0DkhL4Dj/Vp/WnZqkQtZTNk+n1oAyY=";
22 sh generate-everything.sh
26 homepage = "https://github.com/ryanorendorff/functional-linear-algebra";
28 Formalizing linear algebra in Agda by representing matrices as functions
29 from one vector space to another.
31 license = licenses.bsd3;
32 platforms = platforms.unix;
33 maintainers = with maintainers; [ ryanorendorff ];