Skip to content
Snippets Groups Projects
Commit 15a9bcd0 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

update dune version

parent 3422a5bd
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ depends: [
"coq" { (= "8.17.0" ) }
"coq-iris" { (= "dev.2023-06-14.0.f0e415b6") | (= "dev") }
"coq-stdpp-unstable"
"dune" {>= "3.0.3"}
"dune" {>= "3.9.1"}
"coq-record-update" {= "0.3.0"}
]
......
(lang dune 2.9)
(lang dune 3.8)
(name refinedrust)
(package (name refinedrust))
(package (name coq-lithium))
(using coq 0.3)
(using coq 0.8)
......@@ -3,6 +3,4 @@
(package refinedrust)
(flags :standard -w -notation-overridden -w -redundant-canonical-projection)
(synopsis "Configuration of the Caesium language")
(theories
;lithium stdpp iris RecordUpdate Ltac2
))
(theories lithium stdpp iris RecordUpdate Ltac2))
......@@ -3,6 +3,4 @@
(package refinedrust)
(flags :standard -w -notation-overridden -w -redundant-canonical-projection)
(synopsis "Caesium language")
(theories
lithium ; removed by make prepare-install-refinedc
))
(theories lithium stdpp iris RecordUpdate Ltac2))
......@@ -2,4 +2,5 @@
(name lithium)
(package coq-lithium)
(flags :standard -w -notation-overridden -w -redundant-canonical-projection)
(synopsis "Lithium"))
(synopsis "Lithium")
(theories stdpp iris RecordUpdate Ltac2))
......@@ -3,4 +3,4 @@
(package refinedrust)
(flags -w -notation-overridden -w -redundant-canonical-projection)
(synopsis "RefinedRust automation components")
(theories caesium refinedrust lithium))
(theories stdpp iris RecordUpdate Ltac2 caesium refinedrust lithium))
......@@ -3,4 +3,4 @@
(package refinedrust)
(flags -w -notation-overridden -w -redundant-canonical-projection)
(synopsis "RefinedRust")
(theories caesium lithium))
(theories stdpp iris RecordUpdate Ltac2 caesium lithium lrust Equations))
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