Port implementation over racket ports.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#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"))
|
||||
|
||||
Reference in New Issue
Block a user