golang-github-go-ini-ini 1.55.0-1 source package in Ubuntu
Changelog
golang-github-go-ini-ini (1.55.0-1) unstable; urgency=medium
* Team Upload.
[ Debian Janitor ]
* Wrap long lines in changelog entries: 1.27.0-2.
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Change priority extra to priority optional.
* Set upstream metadata fields
+ Bug-Database, Bug-Submit, Repository, Repository-Browse.
* Apply multi-arch hints.
+ golang-github-go-ini-ini-dev: Add Multi-Arch: foreign.
[ Nilesh Patra ]
* New upstream version 1.55.0
* Bump Standards-Version to 4.5.1 (no changes needed)
* Bump debhelper compatibility level to 13
* Add "Rules-Requires-Root: no"
* Bump watch file version to 4
-- Nilesh Patra <email address hidden> Tue, 24 Aug 2021 01:37:22 +0530
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Noble | release | universe | misc | |
| Mantic | release | universe | misc | |
| Lunar | release | universe | misc | |
| Jammy | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| golang-github-go-ini-ini_1.55.0-1.dsc | 2.2 KiB | d1b5cc7b6520659e580e03dcc09928e608a3cb6f66b6baec0887b55bbc96b581 |
| golang-github-go-ini-ini_1.55.0.orig.tar.gz | 46.1 KiB | 52116d3e9d828b4dcb9b750ed88918763910944ac2ceb54f3a9695eacfa01b5f |
| golang-github-go-ini-ini_1.55.0-1.debian.tar.xz | 3.2 KiB | f89a9c5acb046c97f93da144d81215e970c9321c7801d3707b59726ad13cef28 |
Available diffs
- diff from 1.32.0-2.1 to 1.55.0-1 (48.6 KiB)
No changes file available.
Binary packages built by this source
- golang-github-go-ini-ini-dev: 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.
