golang-github-go-ini-ini 1.67.0-1 source package in Ubuntu
Changelog
golang-github-go-ini-ini (1.67.0-1) unstable; urgency=medium
* Team upload
[ Aloïs Micard ]
* update debian/gitlab-ci.yml (using pkg-go-tools/ci-config)
[ Damian Szuberski ]
* Correct debian/watch
[ Mathias Gibbens ]
* New upstream release
* d/control:
- Update Section to golang
- Update Team's email address
- Add Testsuite: autopkgtest-pkg-go
- Update Standards-Version to 4.7.0 (no changes needed)
* Don't force xz compression in d/gbp.conf
-- Mathias Gibbens <email address hidden> Wed, 24 Jul 2024 07:34:51 +0000
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 | |
|---|---|---|---|---|
| Resolute | release | universe | misc | |
| Questing | release | universe | misc | |
| Plucky | release | universe | misc | |
| Oracular | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| golang-github-go-ini-ini_1.67.0-1.dsc | 2.2 KiB | f693aac3639a1c39b2d6f0bc5216d7edfecef17b3e8ef2af1eba05d2bd3aa27d |
| golang-github-go-ini-ini_1.67.0.orig.tar.gz | 52.3 KiB | 06ba51234140118d1b6064f1817aa89cc971c6e7ce04cb9d286e6660d89296c8 |
| golang-github-go-ini-ini_1.67.0-1.debian.tar.xz | 3.1 KiB | a4c5e4af8ed390ec75da99d5e2a4ed3d0f8a3c0393fcfaff0dfd8d86ca30cf9f |
Available diffs
- diff from 1.55.0-1 to 1.67.0-1 (41.7 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.
