swh:1:snp:04e159a4411e97cbe416dcf21d082639f654120b
Raw File
Tip revision: 714c8e6bfe1e3cf7aa99d92b50adc90faeb56589 authored by Pierre-Yves Strub on 18 October 2019, 08:18:11 UTC
Add EC hash to .eco
Tip revision: 714c8e6
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