Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 3.13)
(using coq 0.8)
(lang dune 3.21)
(using rocq 0.11)
(name rocq-equations)
(source (github mattam82/Coq-Equations))
(license LGPL-2.1-only)
Expand Down
2 changes: 1 addition & 1 deletion examples/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(coq.theory
(rocq.theory
; This determines the -R flag
(name Equations.Examples)
(package rocq-equations-examples)
Expand Down
3 changes: 2 additions & 1 deletion rocq-equations-examples.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license: "LGPL-2.1-only"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
depends: [
"dune" {>= "3.13"}
"dune" {>= "3.21"}
"rocq-equations"
"odoc" {with-doc}
]
Expand All @@ -30,3 +30,4 @@ build: [
]
]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
x-maintenance-intent: ["(latest)"]
3 changes: 2 additions & 1 deletion rocq-equations-hott.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tags: [
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
depends: [
"dune" {>= "3.13"}
"dune" {>= "3.21"}
"ocaml" {>= "4.10.0"}
"rocq-prover" {>= "9.0~"}
"ppx_optcomp" {build}
Expand All @@ -42,3 +42,4 @@ build: [
]
]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
x-maintenance-intent: ["(latest)"]
3 changes: 2 additions & 1 deletion rocq-equations-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license: "LGPL-2.1-only"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
depends: [
"dune" {>= "3.13"}
"dune" {>= "3.21"}
"rocq-equations"
"odoc" {with-doc}
]
Expand All @@ -30,3 +30,4 @@ build: [
]
]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
x-maintenance-intent: ["(latest)"]
3 changes: 2 additions & 1 deletion rocq-equations.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tags: [
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
depends: [
"dune" {>= "3.13"}
"dune" {>= "3.21"}
"ocaml" {>= "4.10.0"}
"rocq-prover" {>= "9.0~"}
"ppx_optcomp" {build}
Expand All @@ -40,3 +40,4 @@ build: [
]
]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
x-maintenance-intent: ["(latest)"]
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
(preprocess
(pps ppx_optcomp -- -cookie "ppx_optcomp.env=env ~rocq:(Defined \"%{coq:version.major}.%{coq:version.minor}\")")))

(coq.pp (modules g_equations))
(rocq.pp (modules g_equations))
2 changes: 1 addition & 1 deletion test-suite/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(coq.theory
(rocq.theory
; This determines the -R flag
(name Equations.TestSuite)
(package rocq-equations-tests)
Expand Down
2 changes: 1 addition & 1 deletion theories/HoTT/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(coq.theory
(rocq.theory
(name Equations.HoTT)
(package rocq-equations-hott)
(modules :standard)
Expand Down
2 changes: 1 addition & 1 deletion theories/Prop/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(coq.theory
(rocq.theory
; This determines the -R flag
(name Equations.Prop)
(package rocq-equations)
Expand Down
2 changes: 1 addition & 1 deletion theories/Type/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(coq.theory
(rocq.theory
; This determines the -R flag
(name Equations.Type)
(package rocq-equations)
Expand Down
2 changes: 1 addition & 1 deletion theories/core/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(coq.theory
(rocq.theory
; This determines the -R flag
(name Equations)
(package rocq-equations)
Expand Down
Loading