Source: golang-github-pb33f-ordered-map-v2
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Simon Josefsson <simon@josefsson.org>,
           Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-bahlo-generic-list-go-dev,
               golang-github-buger-jsonparser-dev,
               golang-github-stretchr-testify-dev,
               golang-go.yaml-yaml-v4-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pb33f-ordered-map
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pb33f-ordered-map.git
Homepage: https://github.com/pb33f/ordered-map
XS-Go-Import-Path: github.com/pb33f/ordered-map/v2

Package: golang-github-pb33f-ordered-map-v2-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-bahlo-generic-list-go-dev,
         golang-github-buger-jsonparser-dev,
         golang-go.yaml-yaml-v4-dev,
         ${misc:Depends},
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.

