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