unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Streit <simon@netpanic.org>
To: 50590@debbugs.gnu.org
Subject: [bug#50590] [PATCH 7/8] gnu: Add chicken-fmt.
Date: Tue, 14 Sep 2021 20:14:25 +0200	[thread overview]
Message-ID: <ygupmtbc4mq.fsf@netpanic.org> (raw)
In-Reply-To: <ygu35q7dklw.fsf@netpanic.org>


* gnu/packages/chicken.scm (chicken-fmt): New variable.
---
 gnu/packages/chicken.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index ac3f3d5352..470ad9232c 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -414,3 +414,30 @@ is mostly intended to keep old code working.")
     (description "This egg provides support to make all core, extra, regex and
 SRFI-13 string operations unicode aware.")
     (license license:bsd-3)))
+
+(define-public chicken-fmt
+  (package
+    (name "chicken-fmt")
+    (version "0.8.11.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (egg-uri "fmt" version))
+        (sha256
+          (base32
+            "0w04zfkhh8cnns6n0m1s9zh8jn7nvm3h4nzvfzxiih84i6y13yx1"))))
+    (build-system chicken-build-system)
+    (arguments `(#:egg-name "fmt"))
+    (native-inputs `(("chicken-test" ,chicken-test)))
+    (propagated-inputs
+      `(("chicken-srfi-1" ,chicken-srfi-1)
+        ("chicken-srfi-13" ,chicken-srfi-13)
+        ("chicken-srfi-69" ,chicken-srfi-69)
+        ("chicken-utf8" ,chicken-utf8)))
+    (home-page "https://wiki.call-cc.org/egg/fmt")
+    (synopsis "Combinator Formatting")
+    (description "A library of procedures for formatting Scheme objects to
+text in various ways, and for easily concatenating, composing and extending
+these formatters efficiently without resorting to capturing and manipulating
+intermediate strings.")
+    (license license:bsd-3)))
--
2.33.0




  parent reply	other threads:[~2021-09-14 19:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14 18:37 [bug#50590] [PATCH 0/8] Add CHICKEN Eggs Simon Streit
2021-09-14 12:00 ` [bug#50590] [PATCH 1/8] gnu: Add chicken-compile-file Simon Streit
2021-09-14 12:48 ` [bug#50590] [PATCH 2/8] gnu: Add chicken-srfi-18 Simon Streit
2021-09-14 12:50 ` [bug#50590] [PATCH 3/8] gnu: Add chicken-srfi-13 Simon Streit
2021-09-14 17:58 ` [bug#50590] [PATCH 4/8] gnu: Add chicken-sxml-transforms Simon Streit
2021-09-14 18:00 ` [bug#50590] [PATCH 5/8] gnu: Add chicken-regex Simon Streit
2021-09-14 18:03 ` [bug#50590] [PATCH 6/8] gnu: Add chicken-utf8 Simon Streit
2021-09-14 18:14 ` Simon Streit [this message]
2021-09-14 18:21 ` [bug#50590] [PATCH 8/8] gnu: Add chicken-matchable Simon Streit
2021-09-30 12:34 ` [bug#50590] [PATCH 0/8] Add CHICKEN Eggs Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ygupmtbc4mq.fsf@netpanic.org \
    --to=simon@netpanic.org \
    --cc=50590@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).