sync tested.

This commit is contained in:
2026-06-08 14:21:36 +02:00
parent 78f4583b6d
commit f0c4f5a4ce
6 changed files with 331 additions and 427 deletions
+4 -11
View File
@@ -2,20 +2,13 @@
(define collection "uni-channel")
(define pkg-authors '(hnmdijkema))
(define version "0.1")
(define version "0.2")
(define license '(Apache-2.0 OR MIT))
(define pkg-desc "Uniform channel facade for place-channel, async-channel and port-channel.")
(define scribblings
'(
("scribblings/uni-channel.scrbl" () (library))
)
)
(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"))
;; Keep package installation from compiling the tests as runtime modules.
;; `rackunit-lib` is a build/test dependency, not a library dependency.
(define compile-omit-paths '("test"))
(define scribblings
'(("scribblings/uni-channel.scrbl" () (library))))