dotlambda/info.rkt
Georges Dupéron e2805e639d Initial commit
2017-04-08 22:37:01 +02:00

17 lines
546 B
Racket

#lang info
(define collection "dotlambda")
(define deps '("base"
"rackunit-lib"
"phc-toolkit"
"typed-map-lib"
"typed-racket-lib"
"typed-racket-more"))
(define build-deps '("scribble-lib"
"racket-doc"
"typed-racket-doc"))
(define scribblings '(("scribblings/dotlambda.scrbl" ())))
(define pkg-desc
"Splits dotted identifiers like a.b.c, also supports λ<arg>.code syntax")
(define version "0.1")
(define pkg-authors '(georges))