1
0
forked from tribes/guix

gnu: ocaml5: Add opam-installer.

* gnu/packages/ocaml5.scm (opam-installer): New variable.

Change-Id: Ia79cc6571c6550bcb088a1e6361c69203435e722
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Jason Conroy
2026-02-04 10:41:56 -05:00
committed by Julien Lepiller
parent 6a978f04ed
commit bfca02cfdf
+18
View File
@@ -2520,6 +2520,24 @@ Git-friendly development workflow.")
#:tests? #f
#:phases %standard-phases))))
(define-public opam-installer
(package
(inherit ocaml-opam-core)
(name "ocaml5-opam-installer")
(native-inputs (list ocaml-opam-format ocaml-cmdliner))
(inputs '())
(propagated-inputs '())
(arguments
`(#:package "opam-installer"
;; requires all of opam
#:tests? #f))
(synopsis "Tool for installing OCaml packages")
(description
"@var{opam-installer} is a tool for installing OCaml packages
based on @code{.install} files defined by the OPAM package manager. It is
useful for installing OCaml packages without requiring the entirety of
OPAM.")))
;;;
;;; 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