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

commit bd4b44c8de15d9f114365329ac004971feb099d5
Author: Jason Conroy <[email protected]>
AuthorDate: Wed Feb 4 10:37:54 2026 -0500

    gnu: ocaml5: Add ocaml-opam-format.
    
    * gnu/packages/ocaml5.scm (ocaml-opam-format): New variable.
    
    Change-Id: If7cbad389553e69eee8535afb7eb5d20bfa58679
    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 895c04562c..9b5ec64530 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -2508,6 +2508,18 @@ Git-friendly development workflow.")
     ;; The 'LICENSE' file waives some requirements compared to LGPLv3.
     (license license:lgpl3)))
 
+(define ocaml-opam-format
+  (package
+    (inherit ocaml-opam-core)
+    (name "ocaml5-opam-format")
+    (inputs '())
+    (propagated-inputs (list ocaml-opam-core ocaml-opam-file-format ocaml-re))
+    (arguments
+     `(#:package "opam-format"
+       ;; 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