Skip to content

Commit

Permalink
opam
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Jan 30, 2021
1 parent 458a7ee commit 621210b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions coq-hammer-tactics.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ has been successfully applied to a project, only this package needs
to be installed; the hammer plugin is not required.
"""

build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "tactics"]
build: [make "-j%{jobs}%" {ocaml:version >= "4.08"} "tactics"]
install: [
[make "install-tactics"]
[make "test-tactics"] {with-test}
]
depends: [
"ocaml"
"stdlib-shims"
"coq" {>= "8.10" & < "8.11~"}
]

Expand Down
3 changes: 1 addition & 2 deletions coq-hammer.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ learning from previous proofs with the translation of problems to the
logics of automated systems and the reconstruction of successfully found proofs.
"""

build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "plugin"]
build: [make "-j%{jobs}%" {ocaml:version >= "4.08"} "plugin"]
install: [
[make "install-plugin"]
[make "test-plugin"] {with-test}
]
depends: [
"ocaml"
"stdlib-shims"
"coq" {>= "8.10" & < "8.11~"}
("conf-g++" {build} | "conf-clang" {build})
"coq-hammer-tactics" {= version}
Expand Down

0 comments on commit 621210b

Please sign in to comment.