Skip to content

Commit 1f75b21

Browse files
committed
fix dune-project version
Signed-off-by: Ali Caglayan <[email protected]>
1 parent 51ccaaf commit 1f75b21

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

coq-hott.opam

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
opam-version: "2.0"
33
synopsis: "The Homotopy Type Theory library"
44
description: """
5-
To use the HoTT library, the following flags must be passed to coqc:
5+
To use the HoTT library, the following flags must be passed to rocq:
66
-noinit -indices-matter
77
To use the HoTT library in a project, add the following to _CoqProject:
88
-arg -noinit
@@ -15,6 +15,11 @@ authors: ["The HoTT Library Development Team"]
1515
license: "BSD-2-Clause"
1616
homepage: "http://homotopytypetheory.org/"
1717
bug-reports: "https://github.com/HoTT/HoTT/issues"
18+
depends: [
19+
"dune" {>= "3.13"}
20+
"rocq-core" {>= "9.0"}
21+
"odoc" {with-doc}
22+
]
1823
build: [
1924
["dune" "subst"] {dev}
2025
[
@@ -30,7 +35,3 @@ build: [
3035
]
3136
]
3237
dev-repo: "git+https://github.com/HoTT/HoTT.git"
33-
depends: [
34-
"dune" {>= "3.13"}
35-
(("rocq-core" {>= "9.0"} & "coq-core" {>= "9.0"}) | "coq" {>= "8.19.0" & < "9~"})
36-
]

coq-hott.opam.template

Lines changed: 0 additions & 4 deletions
This file was deleted.

dune-project

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
(name coq-hott)
2424
(synopsis "The Homotopy Type Theory library")
2525
(description
26-
"To use the HoTT library, the following flags must be passed to coqc:\n -noinit -indices-matter\nTo use the HoTT library in a project, add the following to _CoqProject:\n -arg -noinit\n -arg -indices-matter\n")
27-
(depends))
26+
"To use the HoTT library, the following flags must be passed to rocq:\n -noinit -indices-matter\nTo use the HoTT library in a project, add the following to _CoqProject:\n -arg -noinit\n -arg -indices-matter\n")
27+
(depends
28+
(rocq-core (>= 9.0))))

0 commit comments

Comments
 (0)