From fea777344773f37bdee83ad2a21e57873c5da11e Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 31 Jul 2019 16:30:30 +0100 Subject: [PATCH] Remove the build tag from dune in the documentation Signed-off-by: Kate --- doc/opam.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/opam.rst b/doc/opam.rst index a2b71decca0..4747abfb38f 100644 --- a/doc/opam.rst +++ b/doc/opam.rst @@ -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))