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
15 | 15 |
Architecture: all
|
16 | 16 |
Depends: ${shlibs:Depends},
|
17 | 17 |
${misc:Depends}
|
|
18 |
Multi-Arch: foreign
|
18 | 19 |
Description: fast golang queue using ring-buffer
|
19 | 20 |
A fast Golang queue using a ring-buffer, based on the version suggested
|
20 | 21 |
by Dariusz Górecki. Using this instead of other, simpler, queue
|