blob: 2851835eae2ef23cefd1474ecd70cd7d8aaf20fc (
plain)
1
2
3
4
5
6
7
|
(library
(name ssrsearch_plugin)
(public_name coq.plugins.ssrsearch)
(synopsis "Deprecated Search command from SSReflect")
(libraries coq.plugins.ssreflect))
(coq.pp (modules g_search))
|