Revision f2bcd4210526605416439fb207c3e7ee468cff49 authored by Pierre-Yves Strub on 01 October 2019, 20:12:36 UTC, committed by Pierre-Yves Strub on 01 October 2019, 20:12:36 UTC
1 parent b6a4d3a
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