Port implementation over racket ports.

This commit is contained in:
2026-06-08 09:50:11 +02:00
parent ab07cfcacc
commit 59b2c698ea
6 changed files with 376 additions and 1 deletions
+11
View File
@@ -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"))