-
This commit is contained in:
10
info.rkt
10
info.rkt
@@ -1,14 +1,18 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1.0")
|
||||
(define license 'GPL-3.0-or-later) ; The liboa library has this license
|
||||
(define version "0.1.3")
|
||||
(define license 'MIT)
|
||||
(define collection "web-racket")
|
||||
(define pkg-desc "web-racket - A Web Based GUI library, based on web-wire")
|
||||
(define pkg-desc "web-racket - A Web Based GUI library, based on webui-wire")
|
||||
|
||||
(define scribblings
|
||||
'(
|
||||
("scribblings/web-racket.scrbl" () (gui-library) "web-racket")
|
||||
("scribblings/web-wire.scrbl" () (gui-library) "web-wire")
|
||||
("scribblings/webui-wire-download.scrbl" () (gui-library) "webui-wire-download")
|
||||
("scribblings/webui-wire-ipc.scrbl" () (gui-library) "webui-wire-ipc")
|
||||
("scribblings/webui-wire-version.scrbl" () (gui-library) "webui-wire-version")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user