From 78f4583b6d8b1e16b5ddf40a34fdfd9d357f273e Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Mon, 8 Jun 2026 13:15:17 +0200 Subject: [PATCH] scribblings? --- .gitignore | 1 + info.rkt | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 39a4f9c..3bd7ab8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ compiled/ # Dependency tracking files *.dep +/*.bak diff --git a/info.rkt b/info.rkt index c842426..ca35a59 100644 --- a/info.rkt +++ b/info.rkt @@ -6,6 +6,12 @@ (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 deps '("base" "port-channel")) (define build-deps '("racket-doc" "scribble-lib" "rackunit-lib")) @@ -13,5 +19,3 @@ ;; `rackunit-lib` is a build/test dependency, not a library dependency. (define compile-omit-paths '("test")) -(define scribblings - '(("scribblings/uni-channel.scrbl" () (library))))