Initial import.

This commit is contained in:
2026-08-06 17:44:24 +02:00
parent d0a8bf9aca
commit fbff4b9a6e
4 changed files with 389 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#lang info
(define collection "racket-sonos")
(define version "0.1.0")
(define pkg-authors '(hnmdijkema))
(define license 'MIT)
(define pkg-desc
"Sonos topology support built on racket-upnp")
(define deps
'("base"
"racket-upnp"
"simple-log"
"xml-lib"))
(define build-deps
'("rackunit-lib"))