Add info file
This commit is contained in:
parent
e526109cf4
commit
2f84d13a2d
1 changed files with 9 additions and 0 deletions
9
info.rkt
Normal file
9
info.rkt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#lang info
|
||||
(define collection "racket-utils")
|
||||
(define deps '("base" "http-easy-lib"))
|
||||
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
|
||||
(define scribblings '(("scribblings/tryme.scrbl" ())))
|
||||
(define pkg-desc "Some utilities for working with racket")
|
||||
(define version "0.0")
|
||||
(define pkg-authors '(ray1729))
|
||||
(define license '(GPL-3.0-only))
|
Loading…
Reference in a new issue