This commit is contained in:
2025-07-10 00:40:29 +02:00
parent 4c6203e7a6
commit 55e1cba87a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.0")
(define version "0.1.1")
(define license 'Apache-2.0)
;(define collection "simple-ini")
(define pkg-desc "A Simple .ini file reader/writer for racket")

View File

@@ -74,7 +74,7 @@
@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*]{