Skip to content

Commit

Permalink
[serlib] Support micromega_core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Apr 5, 2024
1 parent 0bf56da commit 163181c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

- [test] Don't require math-comp to run genarg tests (@ejgallego, #399 ,
fixes #395 , thanks to @SnarkBoojum for the report)
- [serlib] Fix (@ejgallego, #398, fixes #397 fixes sr-lab/coqpyt#35 ,
thanks to @laetitia-teo and @Nfsaavedra for the bug
report)
- [serlib] Fix CPrimitives Serialization (@ejgallego, #398, fixes
#397 fixes sr-lab/coqpyt#35 , thanks to @laetitia-teo and
@Nfsaavedra for the bug report)
- [serlib] Support `micromega_core` plugin (@ejgallego)

## Version 0.19.1

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

0 comments on commit 163181c

Please sign in to comment.