GNU bug report logs - #39242
[PATCHES] gnu: Add stb-truetype and stb-sprintf

Previous Next

Package: guix-patches;

Reported by: goodoldpaul <at> autistici.org

Date: Wed, 22 Jan 2020 19:20:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: 39242 <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf.
Date: Wed, 22 Jan 2020 20:22:41 +0100
* gnu/packages/stb.scm (stb-sprintf): New variable.
---
 gnu/packages/stb.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 5444347644..5ee34cda59 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -101,3 +101,8 @@ decoding from file or memory.  A variety of formats are supported."))
    "stb-image-write" "1.13"
    "stb-image-write is a small library for writing image files to the
 C <at> tie{}@code{stdio} interface."))
+
+(define-public stb-sprintf
+  (make-stb-header-package
+   "stb-sprintf" "1.06"
+   "stb-sprintf implements fast @code{sprintf}, @code{snprintf} for C/C++."))
-- 
2.25.0





This bug report was last modified 5 years and 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.