Skip to content

Commit

Permalink
updated opam file for jbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Jun 20, 2017
1 parent 53e7eb4 commit 020702a
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions bistro.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,12 @@ homepage: "https://github.com/pveber/bistro/"
dev-repo: "https://github.com/pveber/bistro.git"
bug-reports: "https://github.com/pveber/bistro/issues"
license: "GPL"
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
]
install: [make "install"]
remove: [
["ocamlfind" "remove" "bistro"]
["ocamlfind" "remove" "ppx_bistro"]
]
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"oasis" {build & >= "0.4"}
"ocamlfind" {build}
"jbuilder" {build & >= "1.0+beta8"}
"core" {>= "0.9.0"}
"lwt"
"ocamlgraph" {>= "1.8.7"}
"ppx_tools"
"pvem"
"rresult"
"sexplib" {>= "113.24.00"}
"tyxml" {>= "4.0"}
Expand Down

0 comments on commit 020702a

Please sign in to comment.