Roos package
This commit is contained in:
18
info.rkt
Normal file
18
info.rkt
Normal file
@@ -0,0 +1,18 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1")
|
||||
(define license 'Apache-2.0)
|
||||
(define collection "roos")
|
||||
(define pkg-desc "An OO Framework for Racket")
|
||||
|
||||
(define scribblings
|
||||
'(("scribblings/roos.scrbl" (multi-page) (library) "roos")))
|
||||
|
||||
(define deps
|
||||
'("base"))
|
||||
|
||||
(define build-deps
|
||||
'("racket-doc"
|
||||
"rackunit-lib"
|
||||
"scribble-lib"))
|
||||
Reference in New Issue
Block a user