Skip to content

Commit

Permalink
Merge pull request coq#3055 from coq/gares-patch-1
Browse files Browse the repository at this point in the history
coq-elpi.dev
  • Loading branch information
gares authored Jun 25, 2024
2 parents 822391a + af1d972 commit d51c8b5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions extra-dev/packages/coq-elpi/coq-elpi.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ homepage: "https://github.com/LPCIC/coq-elpi"
bug-reports: "https://github.com/LPCIC/coq-elpi/issues"
dev-repo: "git+https://github.com/LPCIC/coq-elpi"

build: [ [ make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN=" ]
[ make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ] {with-test}
]
install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
"ocaml" {>= "4.10.0"}
"stdlib-shims"
"elpi" {= "1.18.1" }
"elpi" {= "1.19.2" }
"coq" {= "dev"}
"ppx_optcomp"
]
tags: [
"category:Miscellaneous/Coq Extensions"
Expand All @@ -37,5 +34,5 @@ numbers, or `{{A -> B}}` to the representation of a product by unfolding
and
new tactics."""
url {
src: "git+https://github.com/LPCIC/coq-elpi.git#coq-master"
src: "git+https://github.com/LPCIC/coq-elpi.git"
}

0 comments on commit d51c8b5

Please sign in to comment.