Merge branch 'main' of https://github.com/hdijkema/roos
This commit is contained in:
3
info.rkt
3
info.rkt
@@ -1,7 +1,7 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.8.3")
|
(define version "0.8.5")
|
||||||
(define license 'Apache-2.0)
|
(define license 'Apache-2.0)
|
||||||
(define collection "roos")
|
(define collection "roos")
|
||||||
(define pkg-desc "A Simple (perl like) OO system for racket")
|
(define pkg-desc "A Simple (perl like) OO system for racket")
|
||||||
@@ -20,3 +20,4 @@
|
|||||||
'("racket-doc"
|
'("racket-doc"
|
||||||
"rackunit-lib"
|
"rackunit-lib"
|
||||||
"scribble-lib"))
|
"scribble-lib"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user