Skip to content

Commit

Permalink
Move merlin-lib-commands in merlin-lib
Browse files Browse the repository at this point in the history
As suggested, `merlin-lib-command` doesn't add any additional
dependencies, so it can easily be packaged in `merlin-lib`.
  • Loading branch information
xvw committed May 7, 2024
1 parent ed5b519 commit 24e9794
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions merlin-lib-commands.opam

This file was deleted.

2 changes: 1 addition & 1 deletion src/commands/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name merlin_commands)
(public_name merlin-lib-commands)
(public_name merlin-lib.commands)
(flags
:standard
-open Ocaml_parsing
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/ocamlmerlin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
merlin-lib.utils merlin-lib.os_ipc merlin-lib.ocaml_parsing
merlin-lib.query_protocol merlin-lib.query_commands
merlin-lib.ocaml_typing merlin-lib.ocaml_utils
merlin-lib-commands
merlin-lib.commands
unix str))

(executable
Expand Down

0 comments on commit 24e9794

Please sign in to comment.