Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
9ec482a5
Commit
9ec482a5
authored
1 month ago
by
Rodolphe Lepigre
Browse files
Options
Downloads
Patches
Plain Diff
Dune build compatible with Rocq 9.0.0.
parent
39860d00
No related branches found
No related tags found
1 merge request
!601
Dune build compatible with Rocq 9.0.0.
Pipeline
#121356
passed
1 month ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dune
+3
-1
3 additions, 1 deletion
dune
stdpp/dune
+2
-1
2 additions, 1 deletion
stdpp/dune
stdpp_bitvector/dune
+1
-1
1 addition, 1 deletion
stdpp_bitvector/dune
stdpp_unstable/dune
+1
-1
1 addition, 1 deletion
stdpp_unstable/dune
with
7 additions
and
4 deletions
dune
+
3
−
1
View file @
9ec482a5
...
@@ -5,4 +5,6 @@
...
@@ -5,4 +5,6 @@
(:standard ; Keeping the default flags.
(:standard ; Keeping the default flags.
; Add custom flags (to be kept in sync with _CoqProject).
; Add custom flags (to be kept in sync with _CoqProject).
-w -argument-scope-delimiter
-w -argument-scope-delimiter
-w -notation-incompatible-prefix)))))
-w -notation-incompatible-prefix
-w -deprecated-from-Coq
-w -deprecated-dirpath-Coq)))))
This diff is collapsed.
Click to expand it.
stdpp/dune
+
2
−
1
View file @
9ec482a5
(include_subdirs qualified)
(include_subdirs qualified)
(coq.theory
(coq.theory
(name stdpp)
(name stdpp)
(package coq-stdpp))
(package coq-stdpp)
(theories Stdlib))
This diff is collapsed.
Click to expand it.
stdpp_bitvector/dune
+
1
−
1
View file @
9ec482a5
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
(coq.theory
(coq.theory
(name stdpp.bitvector)
(name stdpp.bitvector)
(package coq-stdpp-bitvector)
(package coq-stdpp-bitvector)
(theories stdpp))
(theories
Stdlib
stdpp))
This diff is collapsed.
Click to expand it.
stdpp_unstable/dune
+
1
−
1
View file @
9ec482a5
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
(coq.theory
(coq.theory
(name stdpp.unstable)
(name stdpp.unstable)
(package coq-stdpp-unstable)
(package coq-stdpp-unstable)
(theories stdpp stdpp.bitvector))
(theories
Stdlib
stdpp stdpp.bitvector))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment