Skip to content

Commit 107e09d

Browse files
authored
Merge pull request #25 from coq-community/mc-1-community-update
meta update for coq-community, test up to MathComp 1.17 and Coq 8.17
2 parents 1087e23 + a726e95 commit 107e09d

File tree

4 files changed

+38
-30
lines changed

4 files changed

+38
-30
lines changed

.github/workflows/docker-action.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,25 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'mathcomp/mathcomp-dev:coq-dev'
21-
- 'mathcomp/mathcomp-dev:coq-8.17'
22-
- 'mathcomp/mathcomp-dev:coq-8.13'
23-
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
24-
- 'mathcomp/mathcomp:1.16.0-coq-8.13'
25-
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
26-
- 'mathcomp/mathcomp:1.15.0-coq-8.13'
20+
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
21+
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
22+
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
2723
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
28-
- 'mathcomp/mathcomp:1.14.0-coq-8.12'
24+
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
2925
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
26+
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
3027
- 'mathcomp/mathcomp:1.13.0-coq-8.12'
3128
- 'mathcomp/mathcomp:1.12.0-coq-8.14'
3229
- 'mathcomp/mathcomp:1.12.0-coq-8.12'
3330
fail-fast: false
3431
steps:
35-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3633
- uses: coq-community/docker-coq-action@v1
3734
with:
3835
opam_file: 'coq-mathcomp-tarjan.opam'
3936
custom_image: ${{ matrix.image }}
4037

38+
4139
# See also:
4240
# https://github.com/coq-community/docker-coq-action#readme
4341
# https://github.com/erikmd/docker-coq-github-action-demo

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@ Follow the instructions on https://github.com/coq-community/templates to regener
55
# Tarjan and Kosaraju
66

77
[![Docker CI][docker-action-shield]][docker-action-link]
8+
[![Contributing][contributing-shield]][contributing-link]
9+
[![Code of Conduct][conduct-shield]][conduct-link]
10+
[![Zulip][zulip-shield]][zulip-link]
811

912
[docker-action-shield]: https://github.com/math-comp/tarjan/workflows/Docker%20CI/badge.svg?branch=master
1013
[docker-action-link]: https://github.com/math-comp/tarjan/actions?query=workflow:"Docker%20CI"
1114

15+
[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
16+
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
17+
18+
[conduct-shield]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-%23f15a24.svg
19+
[conduct-link]: https://github.com/coq-community/manifesto/blob/master/CODE_OF_CONDUCT.md
20+
21+
[zulip-shield]: https://img.shields.io/badge/chat-on%20zulip-%23c1272d.svg
22+
[zulip-link]: https://coq.zulipchat.com/#narrow/stream/237663-coq-community-devs.20.26.20users
1223

1324

1425

@@ -24,10 +35,13 @@ sorting with extended guarantees for acyclic graphs.
2435
- Jean-Jacques Lévy (initial)
2536
- Karl Palmskog
2637
- Laurent Théry (initial)
38+
- Coq-community maintainer(s):
39+
- Cyril Cohen ([**@CohenCyril**](https://github.com/CohenCyril))
40+
- Karl Palmskog ([**@palmskog**](https://github.com/palmskog))
2741
- License: [CeCILL-B](CeCILL-B)
28-
- Compatible Coq versions: 8.10 or later
42+
- Compatible Coq versions: 8.12 or later
2943
- Additional dependencies:
30-
- [MathComp ssreflect 1.12 or later](https://math-comp.github.io)
44+
- [MathComp ssreflect 1.12 to 1.17](https://math-comp.github.io)
3145
- [MathComp fingroup](https://math-comp.github.io)
3246
- Coq namespace: `mathcomp.tarjan`
3347
- Related publication(s):

coq-mathcomp-tarjan.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ sorting with extended guarantees for acyclic graphs."""
2020
build: [make "-j%{jobs}%"]
2121
install: [make "install"]
2222
depends: [
23-
"coq" {(>= "8.12" & < "8.18~") | (= "dev")}
24-
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.17~") | (= "dev")}
23+
"coq" {>= "8.12"}
24+
"coq-mathcomp-ssreflect" {>= "1.12.0" & < "1.18~"}
2525
"coq-mathcomp-fingroup"
2626
]
2727

meta.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fullname: Tarjan and Kosaraju
33
shortname: tarjan
44
organization: math-comp
55
opam_name: coq-mathcomp-tarjan
6-
community: false
6+
community: true
77
action: true
88
coqdoc: false
99

@@ -34,8 +34,8 @@ authors:
3434
maintainers:
3535
- name: Cyril Cohen
3636
nickname: CohenCyril
37-
- name: Laurent Théry
38-
nickname: thery
37+
- name: Karl Palmskog
38+
nickname: palmskog
3939

4040
opam-file-maintainer: Cyril Cohen <[email protected]>
4141

@@ -47,33 +47,31 @@ license:
4747
file: CeCILL-B
4848

4949
supported_coq_versions:
50-
text: '8.10 or later'
51-
opam: '{(>= "8.10" & < "8.16~") | (= "dev")}'
50+
text: '8.12 or later'
51+
opam: '{>= "8.12"}'
5252

5353
dependencies:
5454
- opam:
5555
name: coq-mathcomp-ssreflect
56-
version: '{(>= "1.12.0" & < "1.15~") | (= "dev")}'
56+
version: '{>= "1.12.0" & < "1.18~"}'
5757
description: |-
58-
[MathComp ssreflect 1.12 or later](https://math-comp.github.io)
58+
[MathComp ssreflect 1.12 to 1.17](https://math-comp.github.io)
5959
- opam:
6060
name: coq-mathcomp-fingroup
6161
description: |-
6262
[MathComp fingroup](https://math-comp.github.io)
6363
6464
tested_coq_opam_versions:
65-
- version: 'coq-dev'
66-
repo: 'mathcomp/mathcomp-dev'
67-
- version: 'coq-8.15'
68-
repo: 'mathcomp/mathcomp-dev'
69-
- version: 'coq-8.14'
70-
repo: 'mathcomp/mathcomp-dev'
65+
- version: '1.17.0-coq-8.17'
66+
repo: 'mathcomp/mathcomp'
67+
- version: '1.16.0-coq-8.16'
68+
repo: 'mathcomp/mathcomp'
69+
- version: '1.15.0-coq-8.15'
70+
repo: 'mathcomp/mathcomp'
7171
- version: '1.14.0-coq-8.15'
7272
repo: 'mathcomp/mathcomp'
7373
- version: '1.14.0-coq-8.14'
7474
repo: 'mathcomp/mathcomp'
75-
- version: '1.14.0-coq-8.11'
76-
repo: 'mathcomp/mathcomp'
7775
- version: '1.13.0-coq-8.15'
7876
repo: 'mathcomp/mathcomp'
7977
- version: '1.13.0-coq-8.13'
@@ -84,8 +82,6 @@ tested_coq_opam_versions:
8482
repo: 'mathcomp/mathcomp'
8583
- version: '1.12.0-coq-8.12'
8684
repo: 'mathcomp/mathcomp'
87-
- version: '1.12.0-coq-8.10'
88-
repo: 'mathcomp/mathcomp'
8985

9086
namespace: mathcomp.tarjan
9187

0 commit comments

Comments
 (0)