-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update fmt with new dune rules
Signed-off-by: Etienne Marais <[email protected]>
- Loading branch information
Showing
22 changed files
with
63 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
(library | ||
(name dune_cache) | ||
(synopsis "[Internal] Dune's local and cloud build cache") | ||
(libraries | ||
csexp | ||
dune_digest | ||
dune_cache_storage | ||
dune_util | ||
dune_console | ||
dune_targets | ||
fiber | ||
stdune | ||
unix) | ||
(libraries csexp dune_digest dune_cache_storage dune_util dune_console | ||
dune_targets fiber stdune unix) | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,8 @@ | ||
(library | ||
(name dune_config_file) | ||
(libraries | ||
stdune | ||
xdg | ||
dune_config | ||
dune_console | ||
dune_threaded_console | ||
dune_lang | ||
dune_cache | ||
dune_cache_storage | ||
dune_engine | ||
dune_rpc_private | ||
dune_stats | ||
dune_tui | ||
dune_util | ||
spawn) | ||
(libraries stdune xdg dune_config dune_console dune_threaded_console | ||
dune_lang dune_cache dune_cache_storage dune_engine dune_rpc_private | ||
dune_stats dune_tui dune_util spawn) | ||
(synopsis "Internal Dune library, do not use!") | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
(library | ||
(name dune_file_watcher) | ||
(libraries | ||
spawn | ||
fsevents | ||
dune_console | ||
unix | ||
stdune | ||
threads.posix | ||
ocaml_inotify | ||
async_inotify_for_dune | ||
dune_re | ||
fswatch_win) | ||
(libraries spawn fsevents dune_console unix stdune threads.posix | ||
ocaml_inotify async_inotify_for_dune dune_re fswatch_win) | ||
(synopsis "Internal Dune library, do not use!") | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,8 @@ | ||
(library | ||
(name dune_pkg) | ||
(synopsis "[Internal] Dune's packaging support") | ||
(libraries | ||
stdune | ||
fiber | ||
fiber_util | ||
chrome_trace | ||
dune_engine | ||
dune_digest | ||
dune_util | ||
dune_stats | ||
dune_lang | ||
dune_console | ||
dune_re | ||
dune_vcs | ||
dune_config | ||
opam_core | ||
opam_format | ||
build_info | ||
sat | ||
xdg) | ||
(libraries stdune fiber fiber_util chrome_trace dune_engine dune_digest | ||
dune_util dune_stats dune_lang dune_console dune_re dune_vcs dune_config | ||
opam_core opam_format build_info sat xdg) | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,7 @@ | ||
(library | ||
(name dune_rpc_impl) | ||
(libraries | ||
stdune | ||
promote | ||
unix | ||
fiber | ||
csexp_rpc | ||
dune_stats | ||
dune_rpc_client | ||
dune_console | ||
dune_util | ||
dune_rpc_private | ||
dune_rpc_server | ||
dune_engine) | ||
(libraries stdune promote unix fiber csexp_rpc dune_stats dune_rpc_client | ||
dune_console dune_util dune_rpc_private dune_rpc_server dune_engine) | ||
(synopsis "Dune's rpc server + a usable client") | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
(library | ||
(name dune_rpc_server) | ||
(synopsis "Private API to define a dune rpc server") | ||
(libraries | ||
fiber | ||
stdune | ||
chrome_trace | ||
dyn | ||
ordering | ||
dune_stats | ||
dune_util | ||
dune_rpc_private | ||
unix) | ||
(libraries fiber stdune chrome_trace dyn ordering dune_stats dune_util | ||
dune_rpc_private unix) | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
(library | ||
(name dune_rules_rpc) | ||
(synopsis "rpc functionality that depends on dune's public rules") | ||
(libraries | ||
stdune | ||
fiber | ||
memo | ||
dune_lang | ||
dune_engine | ||
dune_rpc_impl | ||
dune_rpc_private | ||
dune_rpc_server | ||
dune_rules) | ||
(libraries stdune fiber memo dune_lang dune_engine dune_rpc_impl | ||
dune_rpc_private dune_rpc_server dune_rules) | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
(library | ||
(name install) | ||
(synopsis "the handling of installation paths") | ||
(libraries | ||
stdune | ||
dyn | ||
opam_file_format | ||
ocaml | ||
dune_util | ||
dune_findlib | ||
dune_pkg | ||
dune_engine | ||
dune_section | ||
dune_lang | ||
dune_sexp)) | ||
(libraries stdune dyn opam_file_format ocaml dune_util dune_findlib dune_pkg | ||
dune_engine dune_section dune_lang dune_sexp)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
(library | ||
(name promote) | ||
(libraries | ||
stdune | ||
dune_engine | ||
action_ext | ||
dune_sexp | ||
dune_console | ||
dune_util | ||
(libraries stdune dune_engine action_ext dune_sexp dune_console dune_util | ||
fiber)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
(library | ||
(name dune_upgrader) | ||
(libraries | ||
stdune | ||
dune_console | ||
memo | ||
opam_file_format | ||
dune_lang | ||
dune_engine | ||
dune_rules | ||
fiber) | ||
(libraries stdune dune_console memo opam_file_format dune_lang dune_engine | ||
dune_rules fiber) | ||
(synopsis "Internal Dune library, do not use!") | ||
(instrumentation | ||
(backend bisect_ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.