-
This commit is contained in:
4
info.rkt
4
info.rkt
@@ -1,7 +1,7 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.1.0")
|
(define version "0.1.1")
|
||||||
(define license 'GPL-2.0-or-later) ; The liboa library has this license
|
(define license 'GPL-2.0-or-later) ; The liboa library has this license
|
||||||
(define collection "racket-sound")
|
(define collection "racket-sound")
|
||||||
(define pkg-desc "racket-sound - Integration of popular music/sound related libraries in racket")
|
(define pkg-desc "racket-sound - Integration of popular music/sound related libraries in racket")
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
(define deps
|
(define deps
|
||||||
'("racket/gui" "racket/base" "racket" "finalizer"))
|
'("racket/gui" "racket/base" "racket" "finalizer" "racket/draw" "net/sendurl" "net/dns"))
|
||||||
|
|
||||||
(define build-deps
|
(define build-deps
|
||||||
'("racket-doc"
|
'("racket-doc"
|
||||||
|
|||||||
Reference in New Issue
Block a user