guix-commits
[Top][All Lists]
Advanced

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

27/45: gnu: Add ocaml-textutils-kernel.


From: guix-commits
Subject: 27/45: gnu: Add ocaml-textutils-kernel.
Date: Fri, 17 Feb 2023 10:49:34 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit c91f8f9b7b2160e514d985faf94aeceac8feb25f
Author: raingloom <raingloom@riseup.net>
AuthorDate: Wed Feb 15 23:00:16 2023 +0100

    gnu: Add ocaml-textutils-kernel.
    
    * gnu/packages/ocaml.scm (ocaml-textutils-kernel): New variable.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/ocaml.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4333782f86..890fdfda9c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8439,6 +8439,29 @@ or select, depending on availability, and manages a 
thread pool that blocking
 system calls run in.")
     (license license:expat)))
 
+(define-public ocaml-textutils-kernel
+  (package
+    (name "ocaml-textutils-kernel")
+    (version "0.15.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/janestreet/textutils_kernel";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "068g11d98wsb5a6ds0p5xybdmx5nx9bxa0k11dmh3l57kn4c169x"))))
+    (build-system dune-build-system)
+    (propagated-inputs (list ocaml-core ocaml-ppx-jane ocaml-uutf))
+    (properties `((upstream-name . "textutils_kernel")))
+    (home-page "https://github.com/janestreet/textutils_kernel";)
+    (synopsis "Text output utilities")
+    (description
+     "The subset of textutils using only core_kernel and working in
+javascript.")
+    (license license:expat)))
+
 (define-public ocaml-timezone
   (package
     (name "ocaml-timezone")



reply via email to

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