mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add ocamlformat-rpc-lib.
* gnu/packages/ocaml.scm (ocamlformat-rpc-lib): New variable. Change-Id: If936fc70e541c5bf93bb021d8cc9f770b2d5329d Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
87d36c1e31
commit
70b5ac94a2
1 changed files with 12 additions and 0 deletions
|
@ -8898,6 +8898,18 @@ (define-public ocamlformat
|
|||
a uniform style.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocamlformat-rpc-lib
|
||||
(package
|
||||
(inherit ocamlformat)
|
||||
(name "ocamlformat-rpc-lib")
|
||||
(arguments
|
||||
'(#:package "ocamlformat-rpc-lib"))
|
||||
(propagated-inputs (list ocaml-csexp ocaml-odoc))
|
||||
(synopsis "Auto-formatter for OCaml code in RPC mode")
|
||||
(description
|
||||
"OCamlFormat is a tool to automatically format OCaml code in a uniform style.
|
||||
This package defines a RPC interface to OCamlFormat.")))
|
||||
|
||||
(define-public ocaml-bigstringaf
|
||||
(package
|
||||
(name "ocaml-bigstringaf")
|
||||
|
|
Loading…
Reference in a new issue