https://github.com/EasyCrypt/easycrypt
Revision a38b2e960960c247f2258dfd14c63e2d6dd22018 authored by Pierre-Yves Strub on 14 October 2019, 12:05:09 UTC, committed by Pierre-Yves Strub on 14 October 2019, 12:05:09 UTC
1 parent e12e2c2
Raw File
Tip revision: a38b2e960960c247f2258dfd14c63e2d6dd22018 authored by Pierre-Yves Strub on 14 October 2019, 12:05:09 UTC
Fix handling of abstract theories imports.
Tip revision: a38b2e9
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