control 1.0 KB

1234567891011121314151617181920212223242526272829
  1. Source: golang-notabug-makenotabuggreatagain-clog
  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. gccgo,
  9. golang-go,
  10. golang-github-smartystreets-goconvey-dev,
  11. golang-github-fatih-color-dev
  12. Standards-Version: 4.1.1
  13. Homepage: https://notabug.org/makenotabuggreatagain/clog
  14. XS-Go-Import-Path: notabug.org/makenotabuggreatagain/clog
  15. Testsuite: autopkgtest-pkg-go
  16. Package: golang-notabug-makenotabuggreatagain-clog-dev
  17. Architecture: amd64
  18. Depends: ${misc:Depends},
  19. golang-go ,
  20. golang-github-smartystreets-goconvey-dev,
  21. golang-github-fatih-color-dev
  22. Built-Using: ${misc:Built-Using}
  23. Description: channel-based logging package for Go
  24. This package supports multiple logger adapters across different levels of
  25. logging. It uses Go's native channel feature to provide goroutine-safe
  26. mechanism on large concurrency.