Revision ec0c6fcaa74ac77832ab399c582a0a655c7f37f3 authored by Pierre-Yves Strub on 28 February 2020, 06:49:27 UTC, committed by Pierre-Yves Strub on 16 April 2020, 13:08:06 UTC
1 parent d092095
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