** change package name
This commit is contained in:
parent
a26f7a79b4
commit
9cac53695b
5
info.rkt
5
info.rkt
|
@ -1,8 +1,9 @@
|
|||
#lang info
|
||||
(define collection "dependent")
|
||||
|
||||
(define collection 'use-pkg-name)
|
||||
(define deps '("base"))
|
||||
(define build-deps '("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")))
|
||||
(define scribblings '(("scribblings/trivial.scrbl")))
|
||||
|
|
Loading…
Reference in New Issue
Block a user