rahmenlose Ansicht.nix DruckansichtShell {Shell[77] Scala[88] Latech[130]}Entwicklung
{ autoconf, ocamlPackages }:
{
buildInputs = [ autoconf ] ++ (with ocamlPackages; [ ocaml findlib camlp5 ocamlgraph ]);
configure = "autoconf && ./configure";
make = "make all test-suite";
}
[ Verzeichnis aufwärts0.67unsichere Verbindung
]