guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.

commit d0bb537a3bef7389c35004afd828fc77cd67b411
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Feb 12 10:45:48 2026 -0500

    gnu: ocaml5: Add ocaml-merlin-lib.
    
    * gnu/packages/ocaml5.scm (ocaml-merlin-lib): New variable.
    
    Change-Id: I7bd989b31556b1ab2007446b6365398750a9887d
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/ocaml5.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index ffff7fce2f..336495442a 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -3013,6 +3013,14 @@ available in modern IDEs: error reporting, auto 
completion, source browsing,
 etc.")
     (license license:expat)))
 
+(define-public ocaml-merlin-lib
+  (package
+    (inherit %ocaml-merlin-base)
+    (name "ocaml5-merlin-lib")
+    (arguments
+     '(#:package "merlin-lib"))
+    (propagated-inputs (list ocaml-alcotest ocaml-csexp ocaml-menhir))))
+
 ;;;
 ;;; 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

Reply via email to