-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cyril: updating order using @pi8027 branch expriment/order of mathcomp
- Loading branch information
1 parent
0c132ef
commit dd86e52
Showing
5 changed files
with
2,030 additions
and
1,159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,12 @@ build: [ make "-j" "%{jobs}%" ] | |
install: [ make "install" ] | ||
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/finmap'" ] | ||
depends: [ | ||
"coq-mathcomp-ssreflect" { (>= "1.8.0" & < "1.9.0~") | (= "dev")} | ||
"coq" { (>= "8.7" & < "8.11~") } | ||
"coq-mathcomp-ssreflect" { (>= "1.8.0" & < "1.10.0~") } | ||
"coq-mathcomp-bigenough" { (>= "1.0.0" & < "1.1.0~") } | ||
] | ||
tags: [ "keyword:finmap" "keyword:finset" "keyword:multiset" "keyword:order"] | ||
authors: [ "Cyril Cohen <[email protected]>" ] | ||
authors: [ "Cyril Cohen <[email protected]>" "Kazuhiko Sakaguchi <[email protected]>" ] | ||
synopsis: "Finite sets, finite maps, finitely supported functions, orders" | ||
description: """ | ||
This library is an extension of mathematical component in order to | ||
|
Oops, something went wrong.