1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: golang-github-go-ini-ini
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>, Félix Sipma <felix+debian@gueux.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/go-ini/ini
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-ini-ini
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-ini-ini.git
XS-Go-Import-Path: github.com/go-ini/ini
Package: golang-github-go-ini-ini-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Go package for control of INI file
Package ini provides INI file read and write functionality.
This library privides functions following:
- Load multiple data sources(`[]byte` or file) with overwrites.
- Read with recursion values.
- Read with parent-child sections.
- Read with auto-increment key names.
- Read with multiple-line values.
- Read with tons of helper methods.
- Read and convert values to Go types.
- Read and **WRITE** comments of sections and keys.
- Manipulate sections, keys and comments with ease.
- Keep sections and keys in order as you parse and save.
|