mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add stb-sprintf.
* gnu/packages/stb.scm (stb-sprintf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c4f967062a
commit
8a4c7be4c8
1 changed files with 5 additions and 0 deletions
|
@ -101,3 +101,8 @@ (define-public stb-image-write
|
|||
"stb-image-write" "1.13"
|
||||
"stb-image-write is a small library for writing image files to the
|
||||
C@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++."))
|
||||
|
|
Loading…
Reference in a new issue