https://github.com/EasyCrypt/easycrypt
Revision f2abfb40b09ee73d176c6a1114b8d15ca932d896 authored by Francois Dupressoir on 30 March 2021, 14:59:52 UTC, committed by GitHub on 30 March 2021, 14:59:52 UTC
Add a -no-eco option to disable .eco generation
2 parent s c57f05e + 3a626d5
Raw File
Tip revision: f2abfb40b09ee73d176c6a1114b8d15ca932d896 authored by Francois Dupressoir on 30 March 2021, 14:59:52 UTC
Merge pull request #60 from EasyCrypt/deploy-no-eco
Tip revision: f2abfb4
_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