Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
stdpp
Commits
2e7fac38
Verified
Commit
2e7fac38
authored
2 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
dune build scripts
parent
c59b6199
No related branches found
No related tags found
No related merge requests found
Pipeline
#74671
passed
2 years ago
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dune
+13
-0
13 additions, 0 deletions
dune
dune-project
+5
-0
5 additions, 0 deletions
dune-project
stdpp/dune
+4
-0
4 additions, 0 deletions
stdpp/dune
stdpp_unstable/dune
+5
-0
5 additions, 0 deletions
stdpp_unstable/dune
with
27 additions
and
0 deletions
dune
0 → 100644
+
13
−
0
View file @
2e7fac38
(env
(dev
(flags :standard)
(coq
(flags
(:standard
;'Global Hint Rewrite' not supported before Coq 8.14.
-w -deprecated-hint-rewrite-without-locality
; Fixing this one requires Coq 8.15.
-w -deprecated-typeclasses-transparency-without-locality
; Fixing this one requires Coq 8.13.
-w -deprecated-syntactic-definition
)))))
This diff is collapsed.
Click to expand it.
dune-project
0 → 100644
+
5
−
0
View file @
2e7fac38
(lang dune 3.3)
; Basic configuration for the Coq build tool "dune".
; This file has to stay in this directory to mark it as a dune project.
(using coq 0.4)
(name coq-stdpp)
This diff is collapsed.
Click to expand it.
stdpp/dune
0 → 100644
+
4
−
0
View file @
2e7fac38
(include_subdirs qualified)
(coq.theory
(name stdpp)
(package coq-stdpp))
This diff is collapsed.
Click to expand it.
stdpp_unstable/dune
0 → 100644
+
5
−
0
View file @
2e7fac38
(include_subdirs qualified)
(coq.theory
(name stdpp.unstable)
(package coq-stdpp)
(theories stdpp))
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