Skip to content

Commit

Permalink
Remove the build tag from dune in the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Kate <[email protected]>
  • Loading branch information
kit-ty-kate committed Jul 31, 2019
1 parent 7b37f89 commit fea7773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/opam.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Here's a complete example of a dune file with opam metadata specification:
(description "A longer description")
(depends
(alcotest :with-test)
(dune (and :build (> 1.5)))
(dune (> 1.5))
(foo (and :dev (> 1.5) (< 2.0)))
(uri (>= 1.9.0))
(uri (< 2.0.0))
Expand Down

0 comments on commit fea7773

Please sign in to comment.