aboutsummaryrefslogtreecommitdiff
path: root/tools/dune
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 /tools/dune
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 'tools/dune')
-rw-r--r--tools/dune20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/dune b/tools/dune
index d591bb0c37..703342b15c 100644
--- a/tools/dune
+++ b/tools/dune
@@ -1,6 +1,6 @@
(install
(section lib)
- (package coq)
+ (package coq-core)
(files
(CoqMakefile.in as tools/CoqMakefile.in)
(TimeFileMaker.py as tools/TimeFileMaker.py)
@@ -11,30 +11,30 @@
(executable
(name coq_makefile)
(public_name coq_makefile)
- (package coq)
+ (package coq-core)
(modules coq_makefile)
- (libraries coq.lib))
+ (libraries coq-core.lib))
(executable
(name coqworkmgr)
(public_name coqworkmgr)
- (package coq)
+ (package coq-core)
(modules coqworkmgr)
- (libraries coq.stm))
+ (libraries coq-core.stm))
(executable
(name coqdep)
(public_name coqdep)
- (package coq)
+ (package coq-core)
(modules coqdep_lexer coqdep_common coqdep)
- (libraries coq.lib))
+ (libraries coq-core.lib))
; Bare-bones mllib/mlpack parser
(executable
(name ocamllibdep)
(public_name ocamllibdep)
(modules ocamllibdep)
- (package coq)
+ (package coq-core)
(libraries unix))
(ocamllex coqdep_lexer ocamllibdep)
@@ -42,7 +42,7 @@
(executable
(name coqwc)
(public_name coqwc)
- (package coq)
+ (package coq-core)
(modules coqwc)
(libraries))
@@ -51,6 +51,6 @@
(executables
(names coq_tex)
(public_names coq-tex)
- (package coq)
+ (package coq-core)
(modules coq_tex)
(libraries str))