smalle changes
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define collection "jsmaker")
|
(define collection "js-maker")
|
||||||
(define version "0.2")
|
(define version "0.3")
|
||||||
(define pkg-desc "Syntax-driven Racket-to-JavaScript maker macro with regression tests.")
|
(define pkg-desc "Syntax-driven Racket-to-JavaScript maker macro.")
|
||||||
(define pkg-authors '(hans-dijkema))
|
(define pkg-authors '(hans-dijkema))
|
||||||
(define deps '("base"))
|
(define deps '("base"))
|
||||||
(define build-deps '("scribble-lib" "racket-doc"))
|
(define build-deps '("scribble-lib" "racket-doc"))
|
||||||
|
|
||||||
(define scribblings
|
(define scribblings
|
||||||
'(("scrbl/jsmaker.scrbl" () (library))
|
'(("scrbl/js-maker.scrbl" () (library))
|
||||||
("scrbl/usecases.scrbl" () (library))))
|
("scrbl/usecases.scrbl" () (library))))
|
||||||
|
|
||||||
;; Running the package test suite should invoke exactly the maintained
|
;; Running the package test suite should invoke exactly the maintained
|
||||||
|
|||||||
Reference in New Issue
Block a user