diff --git a/utop.opam b/utop.opam index 6e73795..e3eb99d 100644 --- a/utop.opam +++ b/utop.opam @@ -7,7 +7,7 @@ homepage: "https://github.com/diml/utop" bug-reports: "https://github.com/diml/utop/issues" dev-repo: "git://github.com/diml/utop.git" build: [ - ["jbuilder" "build" "@install" "--root" "." "--only" "utop" "-j" jobs] + ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "base-unix" @@ -18,6 +18,7 @@ depends: [ "react" {>= "1.0.0"} "cppo" {build & >= "1.1.2"} "findlib_top" + "jbuilder" {build & >= "1.0+beta7"} ] depopts: [ "ppx_tools"