15 lines
455 B
Racket
15 lines
455 B
Racket
#lang info
|
|
|
|
(define collection "uni-channel")
|
|
(define pkg-authors '(hnmdijkema))
|
|
(define version "0.2")
|
|
(define license '(Apache-2.0 OR MIT))
|
|
(define pkg-desc "Uniform channel wrapper for place-channel, async-channel and port-channel.")
|
|
|
|
(define deps '("base" "port-channel"))
|
|
(define build-deps '("racket-doc" "scribble-lib" "rackunit-lib"))
|
|
(define compile-omit-paths '("test"))
|
|
|
|
(define scribblings
|
|
'(("scribblings/uni-channel.scrbl" () (library))))
|