File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 7
7
# - cron: '0 4 * * *'
8
8
push :
9
9
branches :
10
- - master
10
+ - v9.1
11
11
pull_request :
12
12
branches :
13
13
- ' **'
@@ -19,14 +19,14 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
coq_version :
22
- - ' dev '
22
+ - ' 9.1 '
23
23
image :
24
24
# we can't use coqorg/coq images to test bignums
25
25
# since these images already include coq-bignums
26
26
- ' coqorg/base:4.14.2-flambda'
27
27
fail-fast : false
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- uses : coq-community/docker-coq-action@v1
31
31
with :
32
32
opam_file : ' coq-bignums.opam'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
9
9
[ ![ Code of Conduct] [ conduct-shield ]] [ conduct-link ]
10
10
[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
11
11
12
- [ docker-action-shield ] : https://github.com/coq-community/bignums/actions/workflows/docker-action.yml/badge.svg?branch=master
12
+ [ docker-action-shield ] : https://github.com/coq-community/bignums/actions/workflows/docker-action.yml/badge.svg?branch=v9.1
13
13
[ docker-action-link ] : https://github.com/coq-community/bignums/actions/workflows/docker-action.yml
14
14
15
15
[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
@@ -34,14 +34,14 @@ be part of the standard library.
34
34
- Arnaud Spiwack
35
35
- Evgeny Makarov
36
36
- Pierre Letouzey
37
- - Coq -community maintainer(s):
37
+ - Rocq -community maintainer(s):
38
38
- Pierre Roux ([ ** @proux01 ** ] ( https://github.com/proux01 ) )
39
39
- Érik Martin-Dorel ([ ** @erikmd ** ] ( https://github.com/erikmd ) )
40
40
- License: [ GNU Lesser General Public License v2.1] ( LICENSE )
41
- - Compatible Coq versions: master (use the corresponding branch or release for other Coq versions)
41
+ - Compatible Rocq/ Coq versions: master (use the corresponding branch or release for other Coq versions)
42
42
- Compatible OCaml versions: all versions supported by Coq
43
43
- Additional dependencies: none
44
- - Coq namespace: ` Bignums `
44
+ - Rocq/ Coq namespace: ` Bignums `
45
45
- Related publication(s): none
46
46
47
47
## Building and installation instructions
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
-
3
- version: "dev"
2
+
3
+ version: "9.1. dev"
4
4
5
5
homepage: "https://github.com/coq-community/bignums"
6
6
dev-repo: "git+https://github.com/coq-community/bignums.git"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ shortname: bignums
4
4
organization : coq-community
5
5
community : true
6
6
action : true
7
- branch : master
7
+ branch : v9.1
8
8
9
9
synopsis : >-
10
10
Bignums, the Coq library of arbitrarily large numbers
@@ -28,7 +28,7 @@ maintainers:
28
28
29
29
opam-file-maintainer :
[email protected]
30
30
31
- opam-file-version : dev
31
+ opam-file-version : 9.1. dev
32
32
33
33
license :
34
34
fullname : GNU Lesser General Public License v2.1
@@ -41,10 +41,10 @@ supported_ocaml_versions:
41
41
42
42
supported_coq_versions :
43
43
text : master (use the corresponding branch or release for other Coq versions)
44
- opam : ' {= "dev "}'
44
+ opam : ' {> = "9.1" & < "9.2~ "}'
45
45
46
46
tested_coq_opam_versions :
47
- - version : dev
47
+ - version : 9.1
48
48
49
49
ci_cron_schedule : ' 0 4 * * *'
50
50
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
3
- version: "dev"
3
+ version: "9.1. dev"
4
4
5
5
homepage: "https://github.com/coq-community/bignums"
6
6
dev-repo: "git+https://github.com/coq-community/bignums.git"
@@ -19,7 +19,7 @@ install: [
19
19
]
20
20
depends: [
21
21
"ocaml"
22
- "rocq-core" {= "dev "}
22
+ "rocq-core" {> = "9.1" & < "9.2~ "}
23
23
"rocq-stdlib"
24
24
]
25
25
You can’t perform that action at this time.
0 commit comments