Revision 13b7bdda5001087a854683fb97c5a9a2c6d767c6 authored by Benjamin Gregoire on 13 September 2019, 09:49:36 UTC, committed by Benjamin Gregoire on 13 September 2019, 09:49:36 UTC
1 parent 3bbc09b
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