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 @@ 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@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++."))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue