Skip to content

Commit

Permalink
Merge pull request #391 from ejgallego/btauto
Browse files Browse the repository at this point in the history
[serlib] Support btauto Coq plugin
  • Loading branch information
ejgallego authored Feb 21, 2024
2 parents e25a10c + 3e0e91b commit 6620b77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## unreleased

- [serlib] Support `btauto` Coq plugin (@ejgallego, #362)

## Version 0.19.0

- [serapi] (!) support for Coq 8.19, thanks to all the developers
that contributed compatibility patches.
- [general] Cleanup old / unused code (@ejgallego, #362)

## Version 0.18.1:
Expand Down
6 changes: 6 additions & 0 deletions serlib/plugins/btauto/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(library
(name serlib_btauto)
(public_name coq-serapi.serlib.btauto)
(synopsis "Serialization Library for Coq BTauto Plugin")
(preprocess (staged_pps ppx_import ppx_sexp_conv ppx_deriving_yojson ppx_hash ppx_compare))
(libraries coq-core.plugins.btauto serlib sexplib))

0 comments on commit 6620b77

Please sign in to comment.