-
This commit is contained in:
6
info.rkt
6
info.rkt
@@ -1,7 +1,7 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.1.3")
|
(define version "0.1.4")
|
||||||
(define license 'MIT)
|
(define license 'MIT)
|
||||||
(define collection "racket-webview")
|
(define collection "racket-webview")
|
||||||
(define pkg-desc "racket-webview - A Web Based GUI library, based on a Qt WebEngine backend")
|
(define pkg-desc "racket-webview - A Web Based GUI library, based on a Qt WebEngine backend")
|
||||||
@@ -51,6 +51,10 @@
|
|||||||
"net-doc"
|
"net-doc"
|
||||||
))
|
))
|
||||||
|
|
||||||
|
(define test-omit-paths
|
||||||
|
'(all)
|
||||||
|
)
|
||||||
|
|
||||||
(define test-ignore-stderrs
|
(define test-ignore-stderrs
|
||||||
'(
|
'(
|
||||||
(all "could not be loaded")
|
(all "could not be loaded")
|
||||||
|
|||||||
Reference in New Issue
Block a user