.
This commit is contained in:
4
info.rkt
4
info.rkt
@@ -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
|
||||
'(
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user