roos/class docs.

This commit is contained in:
2025-07-09 17:28:34 +02:00
parent af540b437a
commit fe3d399c9e

View File

@@ -1,13 +1,15 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.7.0")
(define version "0.8.0")
(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"))