Initial import.
This commit is contained in:
@@ -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"))
|
||||
Reference in New Issue
Block a user