Skip to content

Commit 2a45b55

Browse files
authored
Merge pull request #26 from coq-community/fix-boilerplate
update repo location in metadata, record Hierarchy Builder as dep
2 parents 8efbcdc + bc1a185 commit 2a45b55

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
99
[![Code of Conduct][conduct-shield]][conduct-link]
1010
[![Zulip][zulip-shield]][zulip-link]
1111

12-
[docker-action-shield]: https://github.com/math-comp/tarjan/workflows/Docker%20CI/badge.svg?branch=master
13-
[docker-action-link]: https://github.com/math-comp/tarjan/actions?query=workflow:"Docker%20CI"
12+
[docker-action-shield]: https://github.com/coq-community/tarjan/workflows/Docker%20CI/badge.svg?branch=master
13+
[docker-action-link]: https://github.com/coq-community/tarjan/actions?query=workflow:"Docker%20CI"
1414

1515
[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
1616
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
@@ -43,6 +43,7 @@ sorting with extended guarantees for acyclic graphs.
4343
- Additional dependencies:
4444
- [MathComp ssreflect 2.0 or later](https://math-comp.github.io)
4545
- [MathComp fingroup](https://math-comp.github.io)
46+
- [Hierarchy Builder](https://github.com/math-comp/hierarchy-builder) 1.4.0 or later
4647
- Coq namespace: `mathcomp.tarjan`
4748
- Related publication(s):
4849
- [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)
@@ -61,7 +62,7 @@ opam install coq-mathcomp-tarjan
6162
To instead build and install manually, do:
6263

6364
``` shell
64-
git clone https://github.com/math-comp/tarjan.git
65+
git clone https://github.com/coq-community/tarjan.git
6566
cd tarjan
6667
make # or make -j <number-of-cores-on-your-machine>
6768
make install

coq-mathcomp-tarjan.opam

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ opam-version: "2.0"
55
maintainer: "Cyril Cohen <[email protected]>"
66
version: "dev"
77

8-
homepage: "https://github.com/math-comp/tarjan"
9-
dev-repo: "git+https://github.com/math-comp/tarjan.git"
10-
bug-reports: "https://github.com/math-comp/tarjan/issues"
8+
homepage: "https://github.com/coq-community/tarjan"
9+
dev-repo: "git+https://github.com/coq-community/tarjan.git"
10+
bug-reports: "https://github.com/coq-community/tarjan/issues"
1111
license: "CECILL-B"
1212

1313
synopsis: "Strongly connected component algorithms by Tarjan and Kosaraju using Coq and MathComp"
@@ -23,6 +23,7 @@ depends: [
2323
"coq" {>= "8.16"}
2424
"coq-mathcomp-ssreflect" {>= "2.0"}
2525
"coq-mathcomp-fingroup"
26+
"coq-hierarchy-builder" {>= "1.4.0"}
2627
]
2728

2829
tags: [

meta.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
fullname: Tarjan and Kosaraju
33
shortname: tarjan
4-
organization: math-comp
4+
organization: coq-community
55
opam_name: coq-mathcomp-tarjan
66
community: true
77
action: true
@@ -60,6 +60,11 @@ dependencies:
6060
name: coq-mathcomp-fingroup
6161
description: |-
6262
[MathComp fingroup](https://math-comp.github.io)
63+
- opam:
64+
name: coq-hierarchy-builder
65+
version: '{>= "1.4.0"}'
66+
description: |-
67+
[Hierarchy Builder](https://github.com/math-comp/hierarchy-builder) 1.4.0 or later
6368
6469
tested_coq_opam_versions:
6570
- version: '2.0.0-coq-8.17'

0 commit comments

Comments
 (0)