https://github.com/EasyCrypt/easycrypt
Revision b3506e2de3cda3a5e669e4d96cc451b7a8d0c9fd authored by Pierre-Yves Strub on 16 March 2021, 15:34:10 UTC, committed by Pierre-Yves Strub on 16 March 2021, 15:34:10 UTC
2 parent s ae98aa9 + c19a2a7
Raw File
Tip revision: b3506e2de3cda3a5e669e4d96cc451b7a8d0c9fd authored by Pierre-Yves Strub on 16 March 2021, 15:34:10 UTC
Merge branch '1.0' into aprhl
Tip revision: b3506e2
_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