9 lines
317 B
Racket
9 lines
317 B
Racket
#lang info
|
|
(define collection "uahgi2")
|
|
(define deps '("base"))
|
|
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
|
|
(define scribblings '(("scribblings/uahgi2.scrbl" ())))
|
|
(define pkg-desc "Description Here")
|
|
(define version "0.0")
|
|
(define pkg-authors '(chenjt30))
|
|
(define license '(Apache-2.0 OR MIT))
|