guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64209] [PATCH 10/14] gnu: Add ocamlformat-rpc-lib.


From: Benjamin
Subject: [bug#64209] [PATCH 10/14] gnu: Add ocamlformat-rpc-lib.
Date: Wed, 21 Jun 2023 17:48:24 +0200

* gnu/packages/ocaml.scm (ocamlformat-rpc-lib): New variable.
---
 gnu/packages/ocaml.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index e482541d60..30eb7e2209 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -9908,6 +9908,20 @@ (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 (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")
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]