Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/dev/ci/nix/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 198 B image not shown  

Quelle  coq_dpdgraph.nix   Sprache: unbekannt

 
{ autoconf, ocamlPackages }:

{
  buildInputs = [ autoconf ] ++ (with ocamlPackages; [ ocaml findlib camlp5 ocamlgraph ]);
  configure = "autoconf && ./configure";
  make = "make all test-suite";
}

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]