Skip to content

Commit 4cdc51e

Browse files
committed
update opam file
1 parent 2d4e73c commit 4cdc51e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-action.yml renamed to .github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
coq_version: [dev, '9.0', '8.20', 8.19, 8.18, 8.17, 8.16]
20+
coq_version: [dev, 9.1, '9.0', '8.20', 8.19, 8.18, 8.17, 8.16]
2121
steps:
2222
- uses: actions/checkout@v5
2323
- uses: coq-community/docker-coq-action@v1
2424
with:
25-
opam_file: 'coq-color.opam'
25+
opam_file: 'opam'
2626
coq_version: ${{ matrix.coq_version }}

coq-color.opam renamed to opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
synopsis: "A library on rewriting theory and termination"
3-
homepage: "http://color.inria.fr/"
3+
homepage: "https://github.com/fblanqui/color/"
44
license: "CeCILL-2.1"
55
bug-reports: "https://github.com/fblanqui/color/issues"
66
depends: [
@@ -9,7 +9,7 @@ depends: [
99
"rocq-bignums" {>= "9.0"}
1010
]
1111
build: [make "-j%{jobs}%"]
12-
install: [make "-f" "Makefile.coq" "install"]
12+
install: [make "-f" "rocq.mk" "install"]
1313
flags: light-uninstall
1414
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoLoR"]
1515
maintainer: "[email protected]"
@@ -30,7 +30,7 @@ authors: [
3030
"Sorin Stratulat"
3131
]
3232
tags: [
33-
"date:2025-06-10"
33+
"date:2025-11-11"
3434

3535
"logpath:CoLoR"
3636

0 commit comments

Comments
 (0)