https://github.com/EasyCrypt/easycrypt
Revision 3c1f6817ffe39d555ae17367ed78365ca09610c4 authored by François Dupressoir on 01 October 2019, 16:51:07 UTC, committed by François Dupressoir on 01 October 2019, 16:51:07 UTC
1 parent fc9da8a
Raw File
Tip revision: 3c1f6817ffe39d555ae17367ed78365ca09610c4 authored by François Dupressoir on 01 October 2019, 16:51:07 UTC
Rename card for finite predicates
Tip revision: 3c1f681
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