https://github.com/EasyCrypt/easycrypt
Revision d7f94f28ec160f1aad2a5c7a221c10b896a64d4e authored by Pierre-Yves Strub on 15 September 2015, 09:01:07 UTC, committed by Pierre-Yves Strub on 15 September 2015, 09:01:07 UTC
1 parent aa8a78e
Raw File
Tip revision: d7f94f28ec160f1aad2a5c7a221c10b896a64d4e authored by Pierre-Yves Strub on 15 September 2015, 09:01:07 UTC
build-linux: nits.
Tip revision: d7f94f2
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33
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, zarith, pcre)
<src/*/*.{ml,mli}>    : package(batteries, menhirLib, why3, zarith, pcre)
<src/*.{native,byte}> : package(batteries, menhirLib, why3, zarith, pcre)
back to top