mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: iniparser: Edit synopsis & description.
* gnu/packages/samba.scm (iniparser)[synopsis, description]: Flesh out.
This commit is contained in:
parent
ebde5cfdf2
commit
ae05ac8fd2
1 changed files with 8 additions and 4 deletions
|
@ -159,11 +159,15 @@ (define (install dir)
|
||||||
'("AUTHORS" "INSTALL" "LICENSE" "README.md"))
|
'("AUTHORS" "INSTALL" "LICENSE" "README.md"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://github.com/ndevilla/iniparser")
|
(home-page "https://github.com/ndevilla/iniparser")
|
||||||
(synopsis "Standalone ini file parsing library")
|
(synopsis "Simple @file{.ini} configuration file parsing library")
|
||||||
(description
|
(description
|
||||||
"iniparser is a free stand-alone @code{ini} file parsing library (Windows
|
"The iniParser C library reads and writes Windows-style @file{.ini}
|
||||||
configuration files). It is written in portable ANSI C and should compile
|
configuration files. These are simple text files with a basic structure
|
||||||
anywhere.")
|
composed of sections, properties, and values. While not expressive, they
|
||||||
|
are easy to read, write, and modify.
|
||||||
|
|
||||||
|
The library is small, thread safe, and written in portable ANSI C with no
|
||||||
|
external dependencies.")
|
||||||
(license x11)))
|
(license x11)))
|
||||||
|
|
||||||
(define-public samba
|
(define-public samba
|
||||||
|
|
Loading…
Reference in a new issue