Bug#1139941: ITP: golang-github-pb33f-ordered-map -- Generic ordered map for Go with O(1) operations
Reinhard Tartler <[email protected]>
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <20260613175428.3DE2713FB92__42702.8151623503$1781373453$gmane$org@x1.int.tauware.de> |
Package: wnpp Severity: wishlist Owner: Reinhard Tartler <[email protected]> * Package name : golang-github-pb33f-ordered-map Version : 2.3.1 Upstream Author : Princess Beef Heavy Industries, LLC / Dave Shanley * URL : https://github.com/pb33f/ordered-map * License : Apache-2.0 Programming Lang: Go Description : Generic ordered map for Go with O(1) operations pb33f/ordered-map is a generic ordered map implementation for Go that remembers the order in which keys were inserted, akin to Python's OrderedDict. It offers O(1) operations, supports any comparable key types, JSON/YAML marshalling, and Go 1.23 iterator support. Reason: Required as a build dependency of golang-github-pb33f-libopenapi.