forked from affeldt-aist/infotheo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility with coq813 (affeldt-aist#29)
* compatibility with coq 8.13
- Loading branch information
1 parent
3ef95d7
commit e8bd718
Showing
6 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
opam-version: "2.0" | ||
maintainer: "Reynald Affeldt <[email protected]>" | ||
version: "dev" | ||
|
||
homepage: "https://github.com/affeldt-aist/infotheo" | ||
dev-repo: "git+https://github.com/affeldt-aist/infotheo.git" | ||
|
@@ -20,7 +21,7 @@ build: [ | |
] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" { (>= "8.11" & < "8.13~") | (= "dev") } | ||
"coq" { (>= "8.13" & < "8.14~") | (= "dev") } | ||
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.13~") } | ||
"coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.13~") } | ||
"coq-mathcomp-algebra" { (>= "1.12.0" & < "1.13~") } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters