Skip to content

Commit

Permalink
[serlib] Support btauto Coq plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Feb 15, 2024
1 parent d09a927 commit 3e0e91b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## unreleased

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

## Version 0.19.0

- [serapi] (!) support for Coq 8.19, thanks to all the developers
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 3e0e91b

Please sign in to comment.