anaphoric/info.rkt
Georges Dupéron 1a81a6de75 Initial commit
2016-04-08 11:12:18 +02:00

10 lines
299 B
Racket

#lang info
(define collection "anaphoric")
(define deps '("base"
"rackunit-lib"))
(define build-deps '("scribble-lib" "racket-doc"))
(define scribblings '(("scribblings/anaphoric.scrbl" ())))
(define pkg-desc "Description Here")
(define version "0.0")
(define pkg-authors '(georges))