https://github.com/EasyCrypt/easycrypt
Revision edd02d094efcc52a75bb89ebabace7f7455a9d1d authored by François Dupressoir on 18 May 2021, 22:22:35 UTC, committed by François Dupressoir on 18 May 2021, 22:22:47 UTC
He has risen!

Authored by Benjamin Grégoire and Cécile Baritel-Ruet.

Co-Authored-By: Benjamin Grégoire <benjamin.gregoire@inria.fr>
Co-Authored-By: Cécile Baritel-Ruet <cecile.baritel-ruet@inria.fr>
1 parent 8774376
Raw File
Tip revision: edd02d094efcc52a75bb89ebabace7f7455a9d1d authored by François Dupressoir on 18 May 2021, 22:22:35 UTC
ChaCha-Poly x Easter
Tip revision: edd02d0
_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