Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[submodule "plugin/src/coq-plugin-lib"]
path = plugin/src/coq-plugin-lib
url = https://github.com/uwplse/coq-plugin-lib.git
branch = 8.9_for_pumpkin_patch
[submodule "plugin/deps/fix-to-elim"]
path = plugin/deps/fix-to-elim
url = https://github.com/uwplse/fix-to-elim.git
branch = 8.9_for_pumpkin_patch
[submodule "plugin/deps/ornamental-search"]
path = plugin/deps/ornamental-search
url = https://github.com/uwplse/ornamental-search.git
branch = 8.9_for_pumpkin_patch
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
NOTE (7/3/2024): This plugin is no longer being actively updated to newer versions of Coq. It works with Coq 8.9.
The plugins that it uses ([pumpkin-pi](https://github.com/uwplse/pumpkin-pi), [fix-to-elim](https://github.com/uwplse/fix-to-elim/) and [coq-plugin-lib](https://github.com/uwplse/coq-plugin-lib/)) are still maintained, just not this top-level plugin.

Welcome to the PUMPKIN PATCH proof repair plugin suite!
This plugin suite is a collection of plugins for maintaining proofs as
specifications change over time:
Expand Down