@@ -58,6 +58,7 @@ for free.
5858
5959( package
6060 (name dune-build-info)
61+ ( dir otherlibs/dune-build-info)
6162 (synopsis " Embed build information inside executable" )
6263 ( depends
6364 ( ocaml ( >= 4 .08) ) )
@@ -72,6 +73,7 @@ executable was built.
7273
7374( package
7475 (name dune-private-libs)
76+ ( dir otherlibs/dune-private-libs)
7577 (synopsis " Private libraries of Dune" )
7678 ( depends
7779 ( csexp ( >= 1 .5.0) )
@@ -92,6 +94,7 @@ no stability guarantee.
9294
9395( package
9496 (name dune-configurator)
97+ ( dir otherlibs/configurator)
9598 (synopsis " Helper library for gathering system configuration" )
9699 ( depends
97100 ( ocaml ( >= 4 .08.0) )
@@ -110,6 +113,7 @@ Among other things, dune-configurator allows one to:
110113
111114( package
112115 (name dune-action-plugin)
116+ ( dir otherlibs/dune-action-plugin)
113117 (synopsis " [experimental] API for writing dynamic Dune actions" )
114118 ( depends
115119 ( dune-glob ( = :version ) )
@@ -131,6 +135,7 @@ execution of the action.
131135
132136( package
133137 (name dune-glob)
138+ ( dir otherlibs/dune-glob)
134139 (synopsis " Glob string matching language supported by dune" )
135140 ( depends
136141 ( stdune ( = :version ) )
@@ -143,18 +148,21 @@ understood by dune language."))
143148
144149( package
145150 (name dune-site)
151+ ( dir otherlibs/dune-site)
146152 (synopsis " Embed locations information inside executable and libraries" )
147153 ( depends ( dune-private-libs ( = :version ) ) )
148154 ( description " " ) )
149155
150156( package
151157 (name dune-rpc)
158+ ( dir otherlibs/dune-rpc)
152159 (synopsis " Communicate with dune using rpc" )
153160 ( depends ocamlc-loc csexp ordering dyn xdg ( stdune ( = :version ) ) ( pp ( >= 1 .1.0) ) )
154161 ( description " Library to connect and control a running dune instance" ) )
155162
156163( package
157164 (name dune-rpc-lwt)
165+ ( dir otherlibs/dune-rpc-lwt)
158166 (synopsis " Communicate with dune using rpc and Lwt" )
159167 ( depends
160168 ( dune-rpc ( = :version ) )
@@ -165,6 +173,7 @@ understood by dune language."))
165173
166174( package
167175 (name dyn)
176+ ( dir otherlibs/dyn)
168177 (synopsis " Dynamic type" )
169178 ( depends
170179 ( ocaml ( >= 4 .08.0) )
@@ -175,6 +184,7 @@ understood by dune language."))
175184
176185( package
177186 (name ordering)
187+ ( dir otherlibs/ordering)
178188 (synopsis " Element ordering" )
179189 ( depends
180190 ( ocaml ( >= 4 .08.0) ) )
@@ -183,13 +193,15 @@ understood by dune language."))
183193
184194( package
185195 (name xdg)
196+ ( dir otherlibs/xdg)
186197 (synopsis " XDG Base Directory Specification" )
187198 ( depends
188199 ( ocaml ( >= 4 .08) ) )
189200 ( description " https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html" ) )
190201
191202( package
192203 (name top-closure)
204+ ( dir otherlibs/top-closure)
193205 (synopsis " Topological Closure" )
194206 ( depends
195207 ( ocaml ( >= 4 .08) ) )
@@ -198,6 +210,7 @@ understood by dune language."))
198210
199211( package
200212 (name stdune)
213+ ( dir otherlibs/stdune)
201214 (synopsis " Dune's unstable standard library" )
202215 ( depends
203216 ( ocaml ( >= 4 .08.0) )
@@ -213,6 +226,7 @@ understood by dune language."))
213226
214227( package
215228 (name ocamlc-loc)
229+ ( dir otherlibs/ocamlc-loc)
216230 (synopsis " Parse ocaml compiler output into structured form" )
217231 ( conflicts
218232 ( ocaml-lsp-server ( < 1 .15.0) ) )
@@ -224,13 +238,15 @@ understood by dune language."))
224238
225239( package
226240 (name chrome-trace)
241+ ( dir otherlibs/chrome-trace)
227242 (synopsis " Chrome trace event generation library" )
228243 ( depends
229244 ( ocaml ( >= 4 .08.0) ) )
230245 ( description " This library offers no backwards compatibility guarantees. Use at your own risk." ) )
231246
232247( package
233248 (name fs-io)
249+ ( dir otherlibs/fs-io)
234250 (synopsis " File System Operations" )
235251 ( depends
236252 base-unix
0 commit comments