Skip to content

Commit a21c9e3

Browse files
authored
Merge pull request #3576 from lukaszcz/coq-hammer-1.3.2+9.1
CoqHammer 1.3.2 for Rocq 9.1
2 parents 4d2f9f9 + d1ea9b3 commit a21c9e3

File tree

2 files changed

+90
-0
lines changed
  • released/packages
    • coq-hammer-tactics/coq-hammer-tactics.1.3.2+9.1
    • coq-hammer/coq-hammer.1.3.2+9.1

2 files changed

+90
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
4+
homepage: "https://github.com/lukaszcz/coqhammer"
5+
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
6+
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
7+
license: "LGPL-2.1-only"
8+
9+
synopsis: "Reconstruction tactics for the hammer for Coq"
10+
description: """
11+
Collection of tactics that are used by the hammer for Coq
12+
to reconstruct proofs found by automated theorem provers. When the hammer
13+
has been successfully applied to a project, only this package needs
14+
to be installed; the hammer plugin is not required.
15+
"""
16+
17+
build: [make "-j%{jobs}%" "tactics"]
18+
install: [
19+
[make "install-tactics"]
20+
[make "test-tactics"] {with-test}
21+
]
22+
depends: [
23+
"ocaml" { >= "4.09" }
24+
"coq" {>= "9.1" & < "9.2~"}
25+
]
26+
27+
conflicts: [
28+
"coq-hammer" {!= version}
29+
]
30+
31+
tags: [
32+
"keyword:automation"
33+
"keyword:hammer"
34+
"keyword:tactics"
35+
"logpath:Hammer.Tactics"
36+
"date:2025-11-14"
37+
]
38+
39+
authors: [
40+
"Lukasz Czajka <[email protected]>"
41+
]
42+
43+
url {
44+
src: "https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.3.2+9.1.tar.gz"
45+
checksum: "sha512=6377fd43e2f93dc29d6dc6bd6c3f36668f9d654a1fbd7b5fed757e51a50d53fe41cc83ccb617d09472fc665818a10030995ba5a1690f277bd823cfcc8b5afaab"
46+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
4+
homepage: "https://github.com/lukaszcz/coqhammer"
5+
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
6+
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
7+
license: "LGPL-2.1-only"
8+
9+
synopsis: "General-purpose automated reasoning hammer tool for Coq"
10+
description: """
11+
A general-purpose automated reasoning hammer tool for Coq that combines
12+
learning from previous proofs with the translation of problems to the
13+
logics of automated systems and the reconstruction of successfully found proofs.
14+
"""
15+
16+
build: [make "-j%{jobs}%" "plugin"]
17+
install: [
18+
[make "install-plugin"]
19+
[make "test-plugin"] {with-test}
20+
]
21+
depends: [
22+
"ocaml" { >= "4.09" }
23+
"coq" {>= "9.1" & < "9.2~"}
24+
("conf-g++" {build} | "conf-clang" {build})
25+
"coq-hammer-tactics" {= version}
26+
]
27+
28+
tags: [
29+
"category:Miscellaneous/Coq Extensions"
30+
"keyword:automation"
31+
"keyword:hammer"
32+
"logpath:Hammer.Plugin"
33+
"date:2025-11-14"
34+
]
35+
36+
authors: [
37+
"Lukasz Czajka <[email protected]>"
38+
"Cezary Kaliszyk <[email protected]>"
39+
]
40+
41+
url {
42+
src: "https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.3.2+9.1.tar.gz"
43+
checksum: "sha512=6377fd43e2f93dc29d6dc6bd6c3f36668f9d654a1fbd7b5fed757e51a50d53fe41cc83ccb617d09472fc665818a10030995ba5a1690f277bd823cfcc8b5afaab"
44+
}

0 commit comments

Comments
 (0)