Skip to content

Commit

Permalink
jbuilder build in opam
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaliva committed Apr 22, 2018
1 parent 44e57f6 commit 58c6cf1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions coq_min_imports.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,13 @@ dev-repo: "https://github.com/vzaliva/coq-min-imports.git"
bug-reports: "https://github.com/vzaliva/coq-min-imports/issues"
authors: ["Vadim Zaliva"]
license: "MIT"
build: [
["omake"]
]
install: [
["install" "coq_min_imports" "%{bin}%"]
]

remove: [
["rm" "%{bin}%/coq_min_imports"]
]
build: ["jbuilder" "build"]

depends: [
"coq" {>= "8.5"}
"extlib"
"batteries"
"omake"
"jbuilder" {build}
]
tags: [
"category:Miscellaneous/Coq Extensions"
Expand Down

0 comments on commit 58c6cf1

Please sign in to comment.