** pkg info
This commit is contained in:
parent
a5cae0565e
commit
9ae2731195
8
info.rkt
Normal file
8
info.rkt
Normal file
|
@ -0,0 +1,8 @@
|
|||
#lang info
|
||||
(define collection "dependent")
|
||||
(define deps '("base"))
|
||||
(define build-deps '("cover" "cover-coveralls" "scribble-lib" "racket-doc" "rackunit-lib"))
|
||||
(define pkg-desc "Strongly-typed macros")
|
||||
(define version "0.0")
|
||||
(define pkg-authors '(ben))
|
||||
(define scribblings '(("scribblings/dependent.scrbl")))
|
Loading…
Reference in New Issue
Block a user