File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ opam-version: "2.0"
22maintainer: "gaetan.gilbert@skyskimmer.net"
33version: "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"
88license: "LGPL-2.1-only"
99
1010synopsis: "Plugin to compile Ltac2 tactics using OCaml"
@@ -15,7 +15,9 @@ build: [make "-j%{jobs}%" "test"]
1515install: [make "install"]
1616depends: [
1717 "ocaml" {>= "4.09.0"}
18- "coq" {= "dev"}
18+ "rocq-runtime" {= "dev"}
19+ "rocq-core"
20+ "coq-core" # still using coq_makefile
1921]
2022
2123authors: [
You can’t perform that action at this time.
0 commit comments