Skip to content
Snippets Groups Projects
Verified Commit 2e7fac38 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

dune build scripts

parent c59b6199
No related branches found
No related tags found
No related merge requests found
Pipeline #74671 passed
dune 0 → 100644
(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
)))))
(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)
(include_subdirs qualified)
(coq.theory
(name stdpp)
(package coq-stdpp))
(include_subdirs qualified)
(coq.theory
(name stdpp.unstable)
(package coq-stdpp)
(theories stdpp))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment