.
This commit is contained in:
10
info.rkt
10
info.rkt
@@ -1,15 +1,17 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.8.0")
|
||||
(define version "0.8.1")
|
||||
(define license 'Apache-2.0)
|
||||
(define collection 'roos)
|
||||
(define collection "roos")
|
||||
(define pkg-desc "An OO Framework for Racket")
|
||||
|
||||
(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
|
||||
'("base"))
|
||||
|
||||
Reference in New Issue
Block a user