Skip to content

Commit

Permalink
Cyril: updating order using @pi8027 branch expriment/order of mathcomp
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 authored and CohenCyril committed Jun 13, 2019
1 parent 0c132ef commit dd86e52
Show file tree
Hide file tree
Showing 5 changed files with 2,030 additions and 1,159 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ env:
- DOCKERIMAGE="mathcomp/mathcomp:1.8.0-coq-8.7"
- DOCKERIMAGE="mathcomp/mathcomp:1.8.0-coq-8.8"
- DOCKERIMAGE="mathcomp/mathcomp:1.8.0-coq-8.9"
- DOCKERIMAGE="mathcomp/mathcomp:1.9.0-coq-8.7"
- DOCKERIMAGE="mathcomp/mathcomp:1.9.0-coq-8.8"
- DOCKERIMAGE="mathcomp/mathcomp:1.9.0-coq-8.9"
- DOCKERIMAGE="mathcomp/mathcomp:1.9.0-coq-8.10"
# - DOCKERIMAGE="mathcomp/mathcomp:1.8.0-coq-dev"
- DOCKERIMAGE="mathcomp/mathcomp-dev:coq-8.7"
- DOCKERIMAGE="mathcomp/mathcomp-dev:coq-8.8"
Expand Down
5 changes: 3 additions & 2 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit dd86e52

Please sign in to comment.