[bug#64209,v2,03/14] gnu: Add ocamlformat-rpc-lib.
Commit Message
* gnu/packages/ocaml.scm (ocamlformat-rpc-lib): New variable.
---
gnu/packages/ocaml.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
@@ -9777,6 +9777,19 @@ (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"
+ #:tests? #f))
+ (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")