Skip to content

Commit b6be471

Browse files
committed
Backport PR rocq-prover#16187: [build] Use public names in (libraries for stdlib
2 parents 31c76fe + 34653ba commit b6be471

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

theories/dune

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
; (per_file
99
; (Init/*.v -> -boot))
1010
(libraries
11-
ltac_plugin
12-
tauto_plugin
11+
coq-core.plugins.ltac
12+
coq-core.plugins.tauto
1313

14-
cc_plugin
15-
firstorder_plugin
14+
coq-core.plugins.cc
15+
coq-core.plugins.firstorder
1616

17-
number_string_notation_plugin
17+
coq-core.plugins.number_string_notation
1818

19-
btauto_plugin
20-
rtauto_plugin
19+
coq-core.plugins.btauto
20+
coq-core.plugins.rtauto
2121

22-
ring_plugin
23-
nsatz_plugin
22+
coq-core.plugins.ring
23+
coq-core.plugins.nsatz
2424

25-
zify_plugin
26-
micromega_plugin
25+
coq-core.plugins.zify
26+
coq-core.plugins.micromega
2727

28-
funind_plugin
28+
coq-core.plugins.funind
2929

30-
ssreflect_plugin
31-
derive_plugin))
30+
coq-core.plugins.ssreflect
31+
coq-core.plugins.derive))
3232

3333
(include_subdirs qualified)
3434

0 commit comments

Comments
 (0)