Skip to content

Commit

Permalink
Merge pull request #723 from ejgallego/nit_loader
Browse files Browse the repository at this point in the history
[coq] [loader] Update plugin table.
  • Loading branch information
ejgallego authored May 23, 2024
2 parents 3fbce9c + 26305fa commit 0a6742d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coq/loader.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ let check_package_exists fl_pkg =
let map_serlib fl_pkg =
let supported = match fl_pkg with
(* Supported by serlib *) (* directory *)
| "coq-core.plugins.btauto" (* btauto *)
| "coq-core.plugins.cc" (* cc *)
| "coq-core.plugins.extraction" (* extraction *)
| "coq-core.plugins.firstorder" (* firstorder *)
| "coq-core.plugins.funind" (* funind *)
| "coq-core.plugins.ltac" (* ltac *)
| "coq-core.plugins.ltac2" (* ltac2 *)
| "coq-core.plugins.micromega" (* micromega *)
| "coq-core.plugins.micromega_core" (* micromega_core *)
| "coq-core.plugins.ring" (* ring *)
| "coq-core.plugins.ssreflect" (* ssreflect *)
| "coq-core.plugins.ssrmatching" (* ssrmatching *)
Expand Down

0 comments on commit 0a6742d

Please sign in to comment.