roos/class docs.
This commit is contained in:
8
info.rkt
8
info.rkt
@@ -1,13 +1,15 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.7.0")
|
(define version "0.8.0")
|
||||||
(define license 'Apache-2.0)
|
(define license 'Apache-2.0)
|
||||||
(define collection "roos")
|
(define collection 'roos)
|
||||||
(define pkg-desc "An OO Framework for Racket")
|
(define pkg-desc "An OO Framework for Racket")
|
||||||
|
|
||||||
(define scribblings
|
(define scribblings
|
||||||
'(("scribblings/roos.scrbl" (multi-page) (library) "roos")))
|
'(("scribblings/roos.scrbl" (multi-page) (library) "roos")
|
||||||
|
("scribblings/class.scrbl" (multi-page) (library) "roos/class")
|
||||||
|
))
|
||||||
|
|
||||||
(define deps
|
(define deps
|
||||||
'("base"))
|
'("base"))
|
||||||
|
|||||||
Reference in New Issue
Block a user