Skip to content

Commit

Permalink
update boilerplate for 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Aug 8, 2023
1 parent 323df0a commit 672dcb2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 62 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker CI
on:
push:
branches:
- master
- v8.18
pull_request:
branches:
- '**'
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.18'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/nix-action.yml

This file was deleted.

8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ Follow the instructions on https://github.com/coq-community/templates to regener
# Stalmarck

[![Docker CI][docker-action-shield]][docker-action-link]
[![Nix CI][nix-action-shield]][nix-action-link]
[![Contributing][contributing-shield]][contributing-link]
[![Code of Conduct][conduct-shield]][conduct-link]
[![Zulip][zulip-shield]][zulip-link]
[![DOI][doi-shield]][doi-link]

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

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

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md

Expand All @@ -41,7 +37,7 @@ algorithm in Coq.
- Coq-community maintainer(s):
- Karl Palmskog ([**@palmskog**](https://github.com/palmskog))
- License: [GNU Lesser General Public License v2.1 or later](LICENSE)
- Compatible Coq versions: Coq master (use the corresponding branch or release for other Coq versions)
- Compatible Coq versions: 8.18 (use the corresponding branch or release for other Coq versions)
- Additional dependencies: none
- Coq namespace: `Stalmarck.Algorithm`
- Related publication(s):
Expand Down
2 changes: 1 addition & 1 deletion coq-stalmarck-tactic.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.09.0"}
"dune" {>= "2.8"}
"coq" {= "dev"}
"coq" {>= "8.18" & < "8.19"}
"coq-stalmarck" {= version}
]

Expand Down
2 changes: 1 addition & 1 deletion coq-stalmarck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ algorithm in Coq."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {= "dev"}
"coq" {>= "8.18" & < "8.19"}
]

tags: [
Expand Down
9 changes: 4 additions & 5 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ shortname: stalmarck
organization: coq-community
community: true
action: true
nix: true
doi: 10.1007/3-540-44659-1_24
plugin: true
branch: master
branch: 'v8.18'
dune: false

synopsis: Verified implementation of Stålmarck's algorithm for proving tautologies in Coq
Expand Down Expand Up @@ -40,11 +39,11 @@ license:
identifier: LGPL-2.1-or-later

supported_coq_versions:
text: Coq master (use the corresponding branch or release for other Coq versions)
opam: '{= "dev"}'
text: 8.18 (use the corresponding branch or release for other Coq versions)
opam: '{>= "8.18" & < "8.19"}'

tested_coq_nix_versions:
- coq_version: 'master'
- coq_version: '8.18'

tested_coq_opam_versions:
- version: 'dev'
Expand Down

0 comments on commit 672dcb2

Please sign in to comment.