-
This commit is contained in:
25
info.rkt
Normal file
25
info.rkt
Normal file
@@ -0,0 +1,25 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1.1")
|
||||
(define license 'MIT)
|
||||
(define collection "racket-sprintf")
|
||||
(define pkg-desc "racket-sprintf - simple sprintf implementation")
|
||||
|
||||
(define scribblings
|
||||
'(
|
||||
("scribblings/sprintf.scrbl" () () "sprintf")
|
||||
)
|
||||
)
|
||||
|
||||
(define deps
|
||||
'("racket/base"
|
||||
)
|
||||
)
|
||||
|
||||
(define build-deps
|
||||
'("racket-doc"
|
||||
"scribble-lib"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user