This commit is contained in:
2025-07-09 18:20:26 +02:00
parent a190b320b2
commit 43ab698617
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.8.1")
(define version "0.8.2")
(define license 'Apache-2.0)
(define collection "roos")
(define pkg-desc "An OO Framework for Racket")
(define pkg-desc "A Simple (perl like) OO system for racket")
(define scribblings
'(

View File

@@ -12,7 +12,7 @@
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[roos]
ROOS is a lightweight object-oriented framework for Racket.
ROOS is simple (perl like) a lightweight object-oriented framework for racket.
It supports class definitions with attributes and methods, multiple inheritance, introspection,
and persistent fields through a user-extensible storage mechanism. All methods and attributes
are virtual, and may be overridden in subclasses.