Revision 04b9a834a84e7e2b0fa1de2f4132a3a12ee119f1 authored by François Dupressoir on 11 February 2020, 18:27:33 UTC, committed by François Dupressoir on 11 February 2020, 18:29:12 UTC
1 parent bd9d006
Raw File
default.nix
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "easycrypt-1.0";
  src = ./.;
  buildInputs = [ ]
    ++ (with ocamlPackages; [ ocaml findlib ocamlbuild batteries menhir merlin zarith inifiles why3 yojson])
    ;
}
back to top