https://github.com/EasyCrypt/easycrypt
Revision 7ad97279fbf81c364be8d4a1ac3a8d4f39fcdae1 authored by Pierre-Yves Strub on 11 April 2021, 13:06:28 UTC, committed by Pierre-Yves Strub on 11 April 2021, 13:06:28 UTC
1 parent c6ad4b1
Raw File
Tip revision: 7ad97279fbf81c364be8d4a1ac3a8d4f39fcdae1 authored by Pierre-Yves Strub on 11 April 2021, 13:06:28 UTC
StdLib: linking sampling in Z/pZ and Z/qZ when q|p
Tip revision: 7ad9727
_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