phc-ts/info.rkt
2017-07-13 18:53:22 +02:00

11 lines
343 B
Racket

#lang info
(define collection "$$$PKG_NAME$$$")
(define deps '("base" ;; ("base" "6.4")
"rackunit-lib"))
(define build-deps '("scribble-lib"
"racket-doc"))
(define scribblings '(("scribblings/$$$PKG_NAME$$$.scrbl" ())))
(define pkg-desc "")
(define version "0.0")
(define pkg-authors '("Georges Dupéron"))