Skip to content

Commit e9a3977

Browse files
authored
do some renaming (#33)
2 parents 2ee3660 + df7a6b7 commit e9a3977

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
fail-fast: false
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: coq-community/docker-coq-action@v1
22+
- uses: rocq-community/docker-coq-action@v1
2323
with:
24-
opam_file: 'coq-ltac2-compiler.opam'
24+
opam_file: 'rocq-ltac2-compiler.opam'
2525
coq_version: ${{ matrix.coq_version }}
2626

2727
# See also:
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ opam-version: "2.0"
22
maintainer: "gaetan.gilbert@skyskimmer.net"
33
version: "dev"
44

5-
homepage: "https://github.com/SkySkimmer/coq-ltac2-compiler"
6-
dev-repo: "git+https://github.com/SkySkimmer/coq-ltac2-compiler.git"
7-
bug-reports: "https://github.com/SkySkimmer/coq-ltac2-compiler/issues"
5+
homepage: "https://github.com/SkySkimmer/rocq-ltac2-compiler"
6+
dev-repo: "git+https://github.com/SkySkimmer/rocq-ltac2-compiler.git"
7+
bug-reports: "https://github.com/SkySkimmer/rocq-ltac2-compiler/issues"
88
license: "LGPL-2.1-only"
99

1010
synopsis: "Plugin to compile Ltac2 tactics using OCaml"
@@ -15,7 +15,9 @@ build: [make "-j%{jobs}%" "test"]
1515
install: [make "install"]
1616
depends: [
1717
"ocaml" {>= "4.09.0"}
18-
"coq" {= "dev"}
18+
"rocq-runtime" {= "dev"}
19+
"rocq-core"
20+
"coq-core" # still using coq_makefile
1921
]
2022

2123
authors: [

0 commit comments

Comments
 (0)