-
This commit is contained in:
4
info.rkt
4
info.rkt
@@ -1,7 +1,7 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1.1")
|
||||
(define version "0.1.2")
|
||||
(define license 'MIT)
|
||||
(define collection "racket-sprintf")
|
||||
(define pkg-desc "racket-sprintf - simple sprintf implementation")
|
||||
@@ -13,7 +13,7 @@
|
||||
)
|
||||
|
||||
(define deps
|
||||
'("racket/base"
|
||||
'("base"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user