.
This commit is contained in:
2
info.rkt
2
info.rkt
@@ -1,7 +1,7 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.1.0")
|
(define version "0.1.1")
|
||||||
(define license 'Apache-2.0)
|
(define license 'Apache-2.0)
|
||||||
;(define collection "simple-ini")
|
;(define collection "simple-ini")
|
||||||
(define pkg-desc "A Simple .ini file reader/writer for racket")
|
(define pkg-desc "A Simple .ini file reader/writer for racket")
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
@defmodule[simple-ini/roos]{Require this module for the OO implementation of this Simple INI implementation
|
@defmodule[simple-ini/roos]{Require this module for the OO implementation of this Simple INI implementation
|
||||||
|
|
||||||
Provides a Roos class that gives object-oriented access to INI files using the underlying @racket[file->ini] parser system. The class offers methods to load, query, and update INI files using familiar object-style interactions.}
|
Provides a @seclink["top" #:doc '(lib "roos/scribblings/roos.scrbl")]{Roos class} that gives object-oriented access to INI files using the underlying @racket[file->ini] parser system. The class offers methods to load, query, and update INI files using familiar object-style interactions.}
|
||||||
|
|
||||||
|
|
||||||
@defproc[(-! [ini roos-class*] [or/c path-string?]) roos-object*]{
|
@defproc[(-! [ini roos-class*] [or/c path-string?]) roos-object*]{
|
||||||
|
|||||||
Reference in New Issue
Block a user