.
This commit is contained in:
4
info.rkt
4
info.rkt
@@ -1,10 +1,10 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.8.1")
|
(define version "0.8.2")
|
||||||
(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 "A Simple (perl like) OO system for racket")
|
||||||
|
|
||||||
(define scribblings
|
(define scribblings
|
||||||
'(
|
'(
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
|
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
|
||||||
|
|
||||||
@defmodule[roos]
|
@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,
|
It supports class definitions with attributes and methods, multiple inheritance, introspection,
|
||||||
and persistent fields through a user-extensible storage mechanism. All methods and attributes
|
and persistent fields through a user-extensible storage mechanism. All methods and attributes
|
||||||
are virtual, and may be overridden in subclasses.
|
are virtual, and may be overridden in subclasses.
|
||||||
|
|||||||
Reference in New Issue
Block a user