Codebase list golang-gopkg-eapache-queue.v1 / 8b73bc9
Add github.com/eapache/queue to Go-Import-Path Shengjing Zhu 1 year, 3 months ago
1 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1212 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-eapache-queue.v1.git
1313 Homepage: https://github.com/eapache/queue
1414 Rules-Requires-Root: no
15 XS-Go-Import-Path: gopkg.in/eapache/queue.v1
15 XS-Go-Import-Path: gopkg.in/eapache/queue.v1,
16 github.com/eapache/queue
1617
1718 Package: golang-gopkg-eapache-queue.v1-dev
19 Provides: golang-github-eapache-queue-dev
1820 Architecture: all
1921 Multi-Arch: foreign
20 Depends: ${shlibs:Depends},
21 ${misc:Depends}
22 Depends: ${misc:Depends},
23 ${shlibs:Depends}
2224 Description: fast golang queue using ring-buffer
2325 A fast Golang queue using a ring-buffer, based on the version suggested
2426 by Dariusz Górecki. Using this instead of other, simpler, queue