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

commit 397c61a6aff85932716933a8175e598e4c065c93
Author: Jason Conroy <[email protected]>
AuthorDate: Wed Feb 4 10:43:43 2026 -0500

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

diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index db4c01dcd7..61f45a00b2 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -2538,6 +2538,18 @@ based on @code{.install} files defined by the OPAM 
package manager.  It is
 useful for installing OCaml packages without requiring the entirety of
 OPAM.")))
 
+(define ocaml-opam-repository
+  (package
+    (inherit ocaml-opam-core)
+    (name "ocaml5-opam-repository")
+    (inputs '())
+    (propagated-inputs (list ocaml-opam-format))
+    (arguments
+     `(#:package "opam-repository"
+       ;; tests are run with the opam package
+       #:tests? #f
+       #:phases %standard-phases))))
+
 ;;;
 ;;; 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