mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ocamlc-loc.
* gnu/packages/ocaml.scm (ocamlc-loc): New variable. Change-Id: I0bcc2666d8030f067b964647400ff31e9302d1c7 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
5051fedad8
commit
4075cda947
1 changed files with 16 additions and 0 deletions
|
@ -8766,6 +8766,22 @@ get an precise reference of when the executable was built.")))
|
||||||
(synopsis "Communicate with ocaml dune using rpc")
|
(synopsis "Communicate with ocaml dune using rpc")
|
||||||
(description "Library to connect and control a running dune instance.")))
|
(description "Library to connect and control a running dune instance.")))
|
||||||
|
|
||||||
|
(define-public ocamlc-loc
|
||||||
|
(package
|
||||||
|
(inherit dune-ordering)
|
||||||
|
(name "ocamlc-loc")
|
||||||
|
(build-system dune-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:package "ocamlc-loc"
|
||||||
|
;; Tests have a cyclic dependency on stdune
|
||||||
|
#:tests? #f))
|
||||||
|
(propagated-inputs (list dune-dyn ocaml-odoc))
|
||||||
|
(synopsis "Parse ocaml compiler output into structured form")
|
||||||
|
(description
|
||||||
|
"This library parses ocaml complier output and returns it as ocaml values.
|
||||||
|
This library offers no backwards compatibility guarantees.")))
|
||||||
|
|
||||||
|
|
||||||
(define-public ocaml-either
|
(define-public ocaml-either
|
||||||
(package
|
(package
|
||||||
(name "ocaml-either")
|
(name "ocaml-either")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue