guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit 008ce13cf5cc18bb108c42c797cecf96c9679548
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Feb 12 10:53:51 2026 -0500
gnu: ocaml5: Add ocaml-dot-merlin-reader.
* gnu/packages/ocaml5.scm (ocaml-dot-merlin-reader): New variable.
Change-Id: Iba517a443d1119bc710dbe25473d07d6db49e6c7
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml5.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index dd2bf52b48..a38bb1e315 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -3033,6 +3033,17 @@ etc.")
"This package integrates with the build system to index a codebase and
allow
tools such as Merlin to perform project-wide occurrences queries.")))
+(define-public ocaml-dot-merlin-reader
+ (package
+ (inherit %ocaml-merlin-base)
+ (name "ocaml5-dot-merlin-reader")
+ (arguments
+ '(#:package "dot-merlin-reader"))
+ (propagated-inputs (list ocaml-merlin-lib))
+ (synopsis "Reads config files for @code{ocaml-merlin}")
+ (description "@code{ocaml-dot-merlin-reader} is an external reader for
+@code{ocaml-merlin} configurations.")))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar