-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #133
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Subject: [ANNOUNCE] SerAPI 0.7.0 | ||
|
||
Dear Coq users and developers, | ||
|
||
we are happy to announce the release SerAPI 0.7.0 for Coq 8.10. | ||
|
||
SerAPI provides an S-expression based API suitable for machine | ||
interaction with Coq. Capabilities include full round-trip | ||
serialization of Coq's AST and most internal structures, easy access | ||
to the document build and checking API, and facilities for querying | ||
Coq's environment and proof state. | ||
|
||
SerAPI is developed by Emilio J. Gallego Arias, Karl Palmskog, and | ||
many other contributors. SerAPI is free software. please don't | ||
hesitate to report issues and contribute at: | ||
|
||
- https://github.com/ejgallego/coq-serapi | ||
|
||
## SerAPI 0.7.0 | ||
|
||
The 0.7.0 release provides brings many small improvements, bugfixes, | ||
and tweaks; two highlights of the 0.7.0 release are: | ||
|
||
- it is now possible to serialize from/to `JSON` using the `Serlib` API | ||
- `sertok` command-line tool provides batch tokenization of Coq documents | ||
|
||
See more information and examples on the project's website | ||
https://github.com/ejgallego/coq-serapi, the full list of changes is | ||
at https://github.com/ejgallego/coq-serapi/blob/v8.10/CHANGES.md | ||
|
||
Items marked with `(!)` are protocol-breaking changes. | ||
|
||
Best regards, | ||
Emilio, Karl & all contributors |