Skip to content

Commit

Permalink
Merge pull request #2490 from kit-ty-kate/doc-nonbuild-dune
Browse files Browse the repository at this point in the history
Remove the build tag from dune in the documentation
  • Loading branch information
rgrinberg authored Aug 1, 2019
2 parents 7b37f89 + fea7773 commit 19c8af5
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 19c8af5

Please sign in to comment.