https://github.com/EasyCrypt/easycrypt
Revision b7af66a8d62771d2e30ff1cfd5abdb97106d6582 authored by Pierre-Yves Strub on 28 May 2020, 08:00:29 UTC, committed by Pierre-Yves Strub on 28 May 2020, 08:00:29 UTC
2 parent s c9b3b96 + 53ed919
Raw File
Tip revision: b7af66a8d62771d2e30ff1cfd5abdb97106d6582 authored by Pierre-Yves Strub on 28 May 2020, 08:00:29 UTC
Merge branch '1.0' into deploy-match-in-stmt
Tip revision: b7af66a
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33, warn_-58, warn_-3
true : -traverse
true : bin_annot
# true : menhir_trace
# true : bisect

# --------------------------------------------------------------------
<src>            : include
<src/why3>       : include
<src/phl>        : include
<src/extraction> : include
<src/system>     : include

# --------------------------------------------------------------------
<src/*.{ml,mli}>      : package(batteries,menhirLib,why3,inifiles,zarith,pcre,yojson)
<src/*/*.{ml,mli}>    : package(batteries,menhirLib,why3,inifiles,zarith,pcre,yojson)
<src/*.{native,byte}> : package(batteries,menhirLib,why3,inifiles,zarith,pcre,yojson)
back to top