File: control

package info (click to toggle)
golang-github-go-ini-ini 1.32.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: makefile: 14
file content (31 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download | duplicates (2)
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.