aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/satParser.ml
Commit message (Collapse)AuthorAgeFilesLines
* compatibility with safe-strings (ocaml >= 4.06.0)Valentin Blot2018-11-061-17/+17
| | | | | | | | | | | | | | | | | The parser for zchaff certificates now uses Bytes instead of Strings. This has been tested against: - ocaml 4.02.3 + coq 8.6.1 - ocaml 4.02.3 + native-coq trunk - ocaml 4.05.0 + coq 8.6.1 - ocaml 4.05.0 + native-coq trunk - ocaml 4.07.1 + native-coq trunk ocaml 4.07.1 with coq 8.6.1 can not be tested since coq 8.6.1 requires ocaml < 4.06.0. Newer versions of coq (8.7, 8.8) have not been tested either since smtcoq has not been ported to these versions yet.
* Adding support for lemmas in the command veritQuentin Garchery2018-10-281-2/+2
|
* Updating of the copyrightChantal Keller2016-04-271-2/+3
|
* Initial import of SMTCoq v1.2Chantal Keller2015-01-121-0/+178