Bugfix for sprintf option "%-<n>s"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1.2")
|
||||
(define version "0.1.3")
|
||||
(define license 'MIT)
|
||||
(define collection "racket-sprintf")
|
||||
(define pkg-desc "racket-sprintf - simple sprintf implementation")
|
||||
@@ -20,6 +20,7 @@
|
||||
(define build-deps
|
||||
'("racket-doc"
|
||||
"scribble-lib"
|
||||
"rackunit-lib"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user