Codebase list golang-gopkg-eapache-queue.v1 / 29ebb74
Merge branch 'multiarch-hints' into 'master' Apply hints suggested by the multi-arch hinter See merge request go-team/packages/golang-gopkg-eapache-queue.v1!2 Jelmer Vernooij 2 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1515 Architecture: all
1616 Depends: ${shlibs:Depends},
1717 ${misc:Depends}
18 Multi-Arch: foreign
1819 Description: fast golang queue using ring-buffer
1920 A fast Golang queue using a ring-buffer, based on the version suggested
2021 by Dariusz Górecki. Using this instead of other, simpler, queue