1 { fetchFromGitHub, lib, mkDerivation, standard-library }:
5 pname = "functional-linear-algebra";
7 buildInputs = [ standard-library ];
9 src = fetchFromGitHub {
10 repo = "functional-linear-algebra";
11 owner = "ryanorendorff";
13 sha256 = "1dz7kh92df23scl1pkhn70n1f2v3d0x84liphn9kpsd6wlsxccxc";
17 sh generate-everything.sh
21 homepage = "https://github.com/ryanorendorff/functional-linear-algebra";
23 Formalizing linear algebra in Agda by representing matrices as functions
24 from one vector space to another.
26 license = licenses.bsd3;
27 platforms = platforms.unix;
28 maintainers = with maintainers; [ ryanorendorff ];