control 761 B

1234567891011121314151617181920212223
  1. Source: golang-notabug-themusicgod1-ratelimit-dev
  2. Section: devel
  3. Priority: optional
  4. Maintainer: jeff cliff <jeffrey.cliff@gmail.com>
  5. Uploaders: jeff cliff <jeffrey.cliff@gmail.com>
  6. Build-Depends: debhelper (>= 7),
  7. dh-golang,
  8. golang-go,
  9. golang-gomega-dev,
  10. golang-ginkgo-dev,
  11. Standards-Version: 4.1.1
  12. Homepage: https://notabug.org/themusicgod1/ratelimit
  13. XS-Go-Import-Path: notabug.org/themusicgod1/ratelimit
  14. Testsuite: autopkgtest-pkg-go
  15. Package: golang-notabug-themusicgod1-ratelimit-dev
  16. Architecture: all
  17. Depends: ${shlibs:Depends}, ${misc:Depends},
  18. golang-go,
  19. Built-Using: ${misc:Built-Using}
  20. Description: Simple, thread-safe Go rate-limiter
  21. Inspired by Antti Huima's algorithm on http://stackoverflow.com/a/668327