aboutsummaryrefslogtreecommitdiff
path: root/topbin
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-03 21:52:11 +0000
committerGitHub2021-03-03 21:52:11 +0000
commitbb4e1a76802a5440605264320ed528331ec0e2b7 (patch)
treea4ee40409c92afc6e563cac698e4ed08713cf051 /topbin
parenta5bea627d1fe742229497b466ca24b470c20d269 (diff)
parentab98d847d237af3cd0e46edef42218be65cfc98f (diff)
Merge PR #12567: [build] Split stdlib to it's own package.
Reviewed-by: Zimmi48 Ack-by: JasonGross Ack-by: gares Ack-by: LasseBlaauwbroek Ack-by: silene Ack-by: vbgl
Diffstat (limited to 'topbin')
-rw-r--r--topbin/dune20
1 files changed, 10 insertions, 10 deletions
diff --git a/topbin/dune b/topbin/dune
index 46052c81e5..5fcb3415f0 100644
--- a/topbin/dune
+++ b/topbin/dune
@@ -1,31 +1,31 @@
(install
(section bin)
- (package coq)
+ (package coq-core)
(files (coqtop_bin.exe as coqtop)))
(executable
(name coqtop_bin)
(public_name coqtop.opt)
- (package coq)
+ (package coq-core)
(modules coqtop_bin)
- (libraries coq.toplevel)
+ (libraries coq-core.toplevel)
(link_flags -linkall))
(executable
(name coqtop_byte_bin)
(public_name coqtop.byte)
- (package coq)
+ (package coq-core)
(modules coqtop_byte_bin)
- (libraries compiler-libs.toplevel coq.toplevel)
+ (libraries compiler-libs.toplevel coq-core.toplevel)
(modes byte)
(link_flags -linkall))
(executable
(name coqc_bin)
(public_name coqc)
- (package coq)
+ (package coq-core)
(modules coqc_bin)
- (libraries coq.toplevel)
+ (libraries coq-core.toplevel)
(modes native byte)
; Adding -ccopt -flto to links options could be interesting, however,
; it doesn't work on Windows
@@ -33,16 +33,16 @@
(install
(section bin)
- (package coq)
+ (package coq-core)
(files (coqc_bin.bc as coqc.byte)))
; Workers
(executables
(names coqqueryworker_bin coqtacticworker_bin coqproofworker_bin)
(public_names coqqueryworker.opt coqtacticworker.opt coqproofworker.opt)
- (package coq)
+ (package coq-core)
(modules :standard \ coqtop_byte_bin coqtop_bin coqc_bin)
- (libraries coq.toplevel)
+ (libraries coq-core.toplevel)
(link_flags -linkall))
; Workers installed targets