Revision eb414fdfa225b19787aa0e0b9faeebfc026463e9 authored by Pierre-Yves Strub on 15 October 2019, 08:39:00 UTC, committed by Pierre-Yves Strub on 15 October 2019, 08:39:00 UTC
2 parent s 1c82d4b + 2139beb
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