Skip to content

Commit

Permalink
update metadata (-mathcomp-1.9 +mathcomp-1.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdoc committed Jun 22, 2020
1 parent 6b0de3c commit c941327
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ language: shell

.nix: &NIX
language: nix
nix: 2.3.5
script:
- nix-build --argstr coq-version-or-url "$COQ" --extra-substituters https://coq.cachix.org --trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= coq.cachix.org-1:5QW/wwEnD+l2jvN6QRbRRsa4hBHG3QiQQ26cxu1F5tI="

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ isomorphism).
- Christian Doczkal ([**@chdoc**](https://github.com/chdoc))
- Damien Pous ([**@damien-pous**](https://github.com/damien-pous))
- License: [CeCILL-B](LICENSE)
- Compatible Coq versions: 8.10 or later (use releases for other Coq versions)
- Compatible Coq versions: 8.10 or later
- Additional dependencies:
- MathComp's SSReflect library, version 1.9 or later
- MathComp's SSReflect library, version 1.10 or later
- MathComp's finmap library
- Coq namespace: `GraphTheory`
- Related publication(s):
Expand Down
4 changes: 2 additions & 2 deletions coq-graph-theory.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {(>= "8.10" & < "8.12~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.9" & < "1.11~") | (= "dev")}
"coq-mathcomp-finmap" {>= "1.2.1"}
"coq-mathcomp-ssreflect" {>= "1.10" & < "1.12~") | (= "dev")}
"coq-mathcomp-finmap"
]

tags: [
Expand Down
7 changes: 3 additions & 4 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ license:
identifier: CECILL-B

supported_coq_versions:
text: 8.10 or later (use releases for other Coq versions)
text: 8.10 or later
opam: '{(>= "8.10" & < "8.12~") | (= "dev")}'

tested_coq_opam_versions:
Expand All @@ -62,11 +62,10 @@ tested_coq_opam_versions:
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "1.9" & < "1.11~") | (= "dev")}'
description: MathComp's SSReflect library, version 1.9 or later
version: '{>= "1.10" & < "1.12~") | (= "dev")}'
description: MathComp's SSReflect library, version 1.10 or later
- opam:
name: coq-mathcomp-finmap
version: '{>= "1.2.1"}'
description: MathComp's finmap library

namespace: GraphTheory
Expand Down

0 comments on commit c941327

Please sign in to comment.