Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated from `meta.yml`, please do not edit manually.
# This file was generated from `meta.yml`, and then had to be edited manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

Expand All @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- '**'
workflow_dispatch:

jobs:
build:
Expand All @@ -17,19 +18,13 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
- 'mathcomp/mathcomp:2.0.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
- 'mathcomp/mathcomp:1.12.0-coq-8.14'
- 'mathcomp/mathcomp-dev:rocq-prover-dev'
- 'mathcomp/mathcomp:2.6.0-rocq-prover-9.2'
- 'mathcomp/mathcomp:2.6.0-rocq-prover-9.1'
- 'mathcomp/mathcomp:2.6.0-rocq-prover-9.0'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-autosubst-ci.opam'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dist:

doc: clean-doc manual.pdf
- mkdir -p $(DOC)
coqdoc $(COQDOCFLAGS) -R theories Autosubst -R examples/plain Plain \
rocq doc $(COQDOCFLAGS) -R theories Autosubst -R examples/plain Plain \
-R examples/ssr Ssr $(THEORIES) $(EXAMPLES_PLAIN) $(EXAMPLES_SSR)
cp $(EXTRA_DIR)resources/* $(DOC)
cp manual.pdf $(DOC)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
This file was generated from `meta.yml`, please do not edit manually.
This file was generated from `meta.yml`, and then had to be edited manually.
Follow the instructions on https://github.com/coq-community/templates to regenerate.
--->
# Autosubst
Expand All @@ -10,8 +10,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
[![Zulip][zulip-shield]][zulip-link]
[![DOI][doi-shield]][doi-link]

[docker-action-shield]: https://github.com/coq-community/autosubst/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/coq-community/autosubst/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/coq-community/autosubst/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/coq-community/autosubst/actions/workflows/docker-action.yml

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Expand Down Expand Up @@ -39,13 +39,13 @@ substitutions.
- Author(s):
- Steven Schäfer (initial)
- Tobias Tebbi (initial)
- Coq-community maintainer(s):
- Rocq-community maintainer(s):
- Ralf Jung ([**@RalfJung**](https://github.com/RalfJung))
- Dan Frumin ([**@co-dan**](https://github.com/co-dan))
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.14 or later
- Compatible Rocq/Coq versions: 9.0 or later
- Additional dependencies: none
- Coq namespace: `Autosubst`
- Rocq/Coq namespace: `Autosubst`
- Related publication(s):
- [Autosubst: Reasoning with de Bruijn Terms and Parallel Substitutions](https://www.ps.uni-saarland.de/Publications/documents/SchaeferEtAl_2015_Autosubst_-Reasoning.pdf) doi:[10.1007/978-3-319-22102-1_24](https://doi.org/10.1007/978-3-319-22102-1_24)

Expand All @@ -55,7 +55,7 @@ The easiest way to install the latest released version of Autosubst
is via [OPAM](https://opam.ocaml.org/doc/Install.html):

```shell
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install coq-autosubst
```

Expand Down
5 changes: 3 additions & 2 deletions coq-autosubst-ci.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ synopsis: "Autosubst (CI only)"

build: [make "-j%{jobs}%" "all"]
depends: [
"coq"
"coq-mathcomp-ssreflect"
"rocq-core"
"rocq-stdlib"
"rocq-mathcomp-ssreflect"
]
5 changes: 3 additions & 2 deletions coq-autosubst.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated from `meta.yml`, please do not edit manually.
# This file was generated from `meta.yml`, and then had to be edited manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

opam-version: "2.0"
Expand All @@ -23,7 +23,8 @@ substitutions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.14" & < "8.21~") | (= "dev")}
"rocq-core"
"rocq-stdlib"
]
Comment thread
skylee03 marked this conversation as resolved.

tags: [
Expand Down
2 changes: 1 addition & 1 deletion examples/plain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: $(COQMAKEFILE)
+$(MAKE) -f $(COQMAKEFILE) all

$(COQMAKEFILE): Makefile $(VS)
coq_makefile -R $(LIB) Autosubst -R . Plain $(VS) -o $(COQMAKEFILE)
rocq makefile -R $(LIB) Autosubst -R . Plain $(VS) -o $(COQMAKEFILE)

clean: $(COQMAKEFILE)
-$(COQMAKE) clean
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: $(COQMAKEFILE)
+$(MAKE) -f $(COQMAKEFILE) all

$(COQMAKEFILE): Makefile $(VS)
coq_makefile -R $(LIB) Autosubst $(VS) -R . Ssr -o $(COQMAKEFILE)
rocq makefile -R $(LIB) Autosubst $(VS) -R . Ssr -o $(COQMAKEFILE)

clean: $(COQMAKEFILE)
-$(COQMAKE) clean
Expand Down
24 changes: 6 additions & 18 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,17 @@ license:
identifier: MIT

supported_coq_versions:
text: 8.14 or later
opam: '{(>= "8.14" & < "8.21~") | (= "dev")}'
text: 9.0 or later
opam: '{(>= "9.0") | (= "dev")}'

tested_coq_opam_versions:
- version: 'coq-dev'
- version: 'rocq-prover-dev'
repo: 'mathcomp/mathcomp-dev'
- version: '2.2.0-coq-8.19'
- version: '2.6.0-rocq-prover-9.2'
repo: 'mathcomp/mathcomp'
- version: '2.1.0-coq-8.18'
- version: '2.6.0-rocq-prover-9.1'
repo: 'mathcomp/mathcomp'
- version: '2.0.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.16.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: '1.14.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.13.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.12.0-coq-8.14'
- version: '2.6.0-rocq-prover-9.0'
repo: 'mathcomp/mathcomp'

namespace: Autosubst
Expand Down
2 changes: 1 addition & 1 deletion theories/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: $(COQMAKEFILE)
+$(MAKE) -f $(COQMAKEFILE) all

$(COQMAKEFILE): Makefile $(VS)
coq_makefile -R $(LIB) Autosubst $(VS) -o $(COQMAKEFILE)
rocq makefile -R $(LIB) Autosubst $(VS) -o $(COQMAKEFILE)

install: $(COQMAKEFILE)
$(COQMAKE) install
Expand Down
Loading