Skip to content

Commit 50859b7

Browse files
authored
Add with-dev-setup to package dependency specification. (ocaml#12039)
The with-test, with-doc, and with-dev-setup variables are available in the scope of this field, since opam 2.2. Signed-off-by: Tim McGilchrist <[email protected]>
1 parent 8d802cc commit 50859b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/dune-project/package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ opam's own language. The syntax is a list of the following elements:
116116

117117
.. productionlist:: pkg-dep
118118
op : '=' | '<' | '>' | '<>' | '>=' | '<='
119-
filter : :dev | :build | :with-test | :with-doc | :post
119+
filter : :dev | :build | :with-test | :with-doc | :with-dev-setup | :post
120120
constr : (<op> <version>)
121121
logop : or | and
122122
dep : <name>

0 commit comments

Comments
 (0)