Skip to content

Commit

Permalink
Merge pull request #15 from palmskog/fingroup-dep
Browse files Browse the repository at this point in the history
add missing fingroup dependency to README and opam
  • Loading branch information
CohenCyril authored Oct 28, 2021
2 parents 984e4ee + f7c02ef commit 629541d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ sorting with extended guarantees for acyclic graphs.
- Compatible Coq versions: 8.10 or later
- Additional dependencies:
- [MathComp ssreflect 1.12 or later](https://math-comp.github.io)
- [MathComp fingroup](https://math-comp.github.io)
- Coq namespace: `mathcomp.tarjan`
- Related publication(s):
- [Formal Proofs of Tarjan's Strongly Connected Components Algorithm in Why3, Coq and Isabelle](https://hal.inria.fr/hal-01906155) doi:[10.4230/LIPIcs.ITP.2019.13](https://doi.org/10.4230/LIPIcs.ITP.2019.13)
Expand Down
1 change: 1 addition & 0 deletions coq-mathcomp-tarjan.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install: [make "install"]
depends: [
"coq" {(>= "8.10" & < "8.15~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.14~") | (= "dev")}
"coq-mathcomp-fingroup"
]

tags: [
Expand Down
4 changes: 4 additions & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ dependencies:
version: '{(>= "1.12.0" & < "1.14~") | (= "dev")}'
description: |-
[MathComp ssreflect 1.12 or later](https://math-comp.github.io)
- opam:
name: coq-mathcomp-fingroup
description: |-
[MathComp fingroup](https://math-comp.github.io)
tested_coq_opam_versions:
- version: 'coq-dev'
Expand Down

0 comments on commit 629541d

Please sign in to comment.