Skip to content
Closed
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
9 changes: 5 additions & 4 deletions coq-hott.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ authors: ["The HoTT Library Development Team"]
license: "BSD-2-Clause"
homepage: "http://homotopytypetheory.org/"
bug-reports: "https://github.com/HoTT/HoTT/issues"
depends: [
"dune" {>= "3.13"}
"rocq-core" {>= "9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
Expand All @@ -30,7 +35,3 @@ build: [
]
]
dev-repo: "git+https://github.com/HoTT/HoTT.git"
depends: [
"dune" {>= "3.13"}
(("rocq-core" {>= "9.0"} & "coq-core" {>= "9.0"}) | "coq" {>= "8.19.0" & < "9~"})
]
4 changes: 0 additions & 4 deletions coq-hott.opam.template

This file was deleted.

2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
(description
"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")
(depends
(rocq (>= 9.0.0))))
(rocq-core (>= 9.0))))
Loading