Skip to content

Commit

Permalink
rpc.7.0.0: Fix the build command and add missing doc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Mar 2, 2020
1 parent a550f3d commit 654d075
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/rpc/rpc.7.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ depends: [
"alcotest" {with-test & < "1.0.0"}
"alcotest-lwt" {with-test & < "1.0.0"}
"md2mld" {with-doc & >= "0.3.0"}
"odoc" {with-doc}
]
conflicts: [
"core" {< "v0.9.0"}
]
build: [
["dune" "runtest" "-p" name] {with-test}
["dune" "build" "@doc"] {with-doc}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
dev-repo: "git://github.com/mirage/ocaml-rpc"
description: """
Expand Down

0 comments on commit 654d075

Please sign in to comment.