We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1de5f11 + 53c90f8 commit 13a97b8Copy full SHA for 13a97b8
2 files changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
# actions/checkout must be done BEFORE avsm/setup-ocaml
29
- name: Checkout hol2dk
30
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
31
- name: Install opam
32
uses: avsm/setup-ocaml@v3
33
with:
hol2dk.opam
@@ -2,6 +2,7 @@
2
opam-version: "2.0"
3
synopsis: "HOL-Light to Dedukti/Lambdapi and Rocq translator"
4
description: "HOL-Light to Dedukti/Lambdapi and Rocq translator"
5
+x-maintenance-intent: ["(latest)"]
6
maintainer: ["Frédéric Blanqui"]
7
authors: ["Frédéric Blanqui"]
8
license: "CeCILL-2.1"
0 commit comments