Skip to content

Commit 56d514c

Browse files
committed
Adapt to Rocq 9.1
1 parent 522ad0f commit 56d514c

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/docker-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# - cron: '0 4 * * *'
88
push:
99
branches:
10-
- master
10+
- v9.1
1111
pull_request:
1212
branches:
1313
- '**'
@@ -19,14 +19,14 @@ jobs:
1919
strategy:
2020
matrix:
2121
coq_version:
22-
- 'dev'
22+
- '9.1'
2323
image:
2424
# we can't use coqorg/coq images to test bignums
2525
# since these images already include coq-bignums
2626
- 'coqorg/base:4.14.2-flambda'
2727
fail-fast: false
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: coq-community/docker-coq-action@v1
3131
with:
3232
opam_file: 'coq-bignums.opam'

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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/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
1313
[docker-action-link]: https://github.com/coq-community/bignums/actions/workflows/docker-action.yml
1414

1515
[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
@@ -34,14 +34,14 @@ be part of the standard library.
3434
- Arnaud Spiwack
3535
- Evgeny Makarov
3636
- Pierre Letouzey
37-
- Coq-community maintainer(s):
37+
- Rocq-community maintainer(s):
3838
- Pierre Roux ([**@proux01**](https://github.com/proux01))
3939
- Érik Martin-Dorel ([**@erikmd**](https://github.com/erikmd))
4040
- 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)
4242
- Compatible OCaml versions: all versions supported by Coq
4343
- Additional dependencies: none
44-
- Coq namespace: `Bignums`
44+
- Rocq/Coq namespace: `Bignums`
4545
- Related publication(s): none
4646

4747
## Building and installation instructions

coq-bignums.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
2-
maintainer: "[email protected]"
3-
version: "dev"
2+
maintainer: "[email protected]"
3+
version: "9.1.dev"
44

55
homepage: "https://github.com/coq-community/bignums"
66
dev-repo: "git+https://github.com/coq-community/bignums.git"

meta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shortname: bignums
44
organization: coq-community
55
community: true
66
action: true
7-
branch: master
7+
branch: v9.1
88

99
synopsis: >-
1010
Bignums, the Coq library of arbitrarily large numbers
@@ -28,7 +28,7 @@ maintainers:
2828

2929
opam-file-maintainer: [email protected]
3030

31-
opam-file-version: dev
31+
opam-file-version: 9.1.dev
3232

3333
license:
3434
fullname: GNU Lesser General Public License v2.1
@@ -41,10 +41,10 @@ supported_ocaml_versions:
4141

4242
supported_coq_versions:
4343
text: master (use the corresponding branch or release for other Coq versions)
44-
opam: '{= "dev"}'
44+
opam: '{>= "9.1" & < "9.2~"}'
4545

4646
tested_coq_opam_versions:
47-
- version: dev
47+
- version: 9.1
4848

4949
ci_cron_schedule: '0 4 * * *'
5050

rocq-bignums.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
version: "dev"
3+
version: "9.1.dev"
44

55
homepage: "https://github.com/coq-community/bignums"
66
dev-repo: "git+https://github.com/coq-community/bignums.git"
@@ -19,7 +19,7 @@ install: [
1919
]
2020
depends: [
2121
"ocaml"
22-
"rocq-core" {= "dev"}
22+
"rocq-core" {>= "9.1" & < "9.2~"}
2323
"rocq-stdlib"
2424
]
2525

0 commit comments

Comments
 (0)