12 lines
328 B
Racket
12 lines
328 B
Racket
#lang info
|
|
|
|
(define collection "port-channel")
|
|
(define pkg-desc "Asynchronous channels over Racket ports using racket/serialize.")
|
|
(define version "0.1")
|
|
(define pkg-authors '(hnmdijkema))
|
|
(define scribblings '(("scribblings/port-channel.scrbl" ())))
|
|
|
|
(define deps '("base"))
|
|
(define build-deps '("racket-doc" "scribble-lib"))
|
|
|