Update opam file
This commit is contained in:
parent
644278311d
commit
ef1e2a619d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue