File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 steps :
2323 - uses : actions/checkout@v2
24- - uses : coq -community/docker-coq -action@v1
24+ - uses : rocq -community/docker-rocq -action@v1
2525 with :
26- opam_file : ' coq- robot.opam'
26+ opam_file : ' robot-rocq .opam'
2727 custom_image : ${{ matrix.image }}
2828
2929# See also:
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ license: "LGPL-2.1-or-later"
1313synopsis: "Formal Foundations for Modeling Robot Manipulators"
1414description: """
1515This repository contains an experimental library for the mathematics
16- of rigid body transformations using the Coq proof-assistant and the
16+ of rigid body transformations using the Rocq proof-assistant and the
1717Mathematical Components library."""
1818
1919build: [make "-j%{jobs}%" ]
2020install: [make "install"]
2121depends: [
22- "coq" { (>= "8.20 " & < "9.2~") }
22+ "coq" { (>= "9.0 " & < "9.2~") }
2323 "coq-hierarchy-builder" { (>= "1.9.1") }
2424 "coq-mathcomp-ssreflect" { (>= "2.3.0") }
2525 "coq-mathcomp-fingroup" { (>= "2.3.0") }
@@ -34,7 +34,7 @@ depends: [
3434tags: [
3535 "keyword:robotics"
3636 "keyword:3D geometry"
37- "logpath:robot"
37+ "logpath:robot-rocq "
3838]
3939authors: [
4040 "Reynald Affeldt, AIST"
You can’t perform that action at this time.
0 commit comments