Revision 2c5203d09a4022c686708c3495df4e9c32106939 authored by Pierre-Yves Strub on 13 September 2019, 11:01:05 UTC, committed by Pierre-Yves Strub on 13 September 2019, 11:01:20 UTC
1 parent 13b7bdd
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 ])
    ;
}
back to top