Skip to content

Commit 1df4da0

Browse files
committed
Adapt to Rocq 9.2
1 parent 30a4562 commit 1df4da0

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 2 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.2
1111
pull_request:
1212
branches:
1313
- '**'
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
coq_version:
22-
- 'dev'
22+
- '9.2'
2323
image:
2424
# we can't use coqorg/coq images to test bignums
2525
# since these images already include coq-bignums

README.md

Lines changed: 5 additions & 5 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.2
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
@@ -50,7 +50,7 @@ The easiest way to install the latest released version of Bignums
5050
is via [OPAM](https://opam.ocaml.org/doc/Install.html):
5151

5252
```shell
53-
opam repo add coq-released https://coq.inria.fr/opam/released
53+
opam repo add rocq-released https://rocq-prover.org/opam/released
5454
opam install coq-bignums
5555
```
5656

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: "pierre.roux@onera.fr"
3-
version: "dev"
2+
maintainer: "palmskog@gmail.com"
3+
version: "9.2.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: 3 additions & 3 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.2
88

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

2929
opam-file-maintainer: palmskog@gmail.com
3030

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

3333
license:
3434
fullname: GNU Lesser General Public License v2.1
@@ -41,7 +41,7 @@ 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.2" & < "9.3~"}'
4545

4646
tested_coq_opam_versions:
4747
- version: dev

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: "pierre.roux@onera.fr"
3-
version: "dev"
3+
version: "9.2.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.2" & < "9.3~"}
2323
"rocq-stdlib"
2424
]
2525

0 commit comments

Comments
 (0)