mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add ocaml5.0-dot-merlin-reader.
* gnu/packages/ocaml.scm (ocaml5.0-dot-merlin-reader): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
134480a381
commit
8ed74a1787
1 changed files with 13 additions and 0 deletions
|
@ -5419,10 +5419,23 @@ (define-public ocaml-dot-merlin-reader
|
|||
(arguments '(#:package "dot-merlin-reader"
|
||||
#:tests? #f)) ; no tests
|
||||
(propagated-inputs (list ocaml-merlin-lib))
|
||||
(properties `((ocaml5.0-variant . ,(delay ocaml5.0-dot-merlin-reader))))
|
||||
(synopsis "Reads config files for @code{ocaml-merlin}")
|
||||
(description "@code{ocaml-dot-merlin-reader} is an external reader for
|
||||
@code{ocaml-merlin} configurations.")))
|
||||
|
||||
(define-public ocaml5.0-dot-merlin-reader
|
||||
(package-with-ocaml5.0
|
||||
(package
|
||||
(inherit ocaml-merlin-lib-500)
|
||||
(name "ocaml-dot-merlin-reader")
|
||||
(arguments '(#:package "dot-merlin-reader"
|
||||
#:tests? #f)) ; no tests
|
||||
(propagated-inputs (list ocaml5.0-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."))))
|
||||
|
||||
(define-public ocaml-merlin
|
||||
(package
|
||||
(inherit ocaml-dot-merlin-reader)
|
||||
|
|
Loading…
Reference in a new issue