File: control

package info (click to toggle)
golang-github-cznic-bufs 0.0~git20140818.0.3dcccbd-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 92 kB
  • sloc: makefile: 26
file content (22 lines) | stat: -rw-r--r-- 810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-github-cznic-bufs
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/cznic/bufs
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cznic-bufs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cznic-bufs.git
XS-Go-Import-Path: github.com/cznic/bufs
Testsuite: autopkgtest-pkg-go

Package: golang-github-cznic-bufs-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: simple buffer cache
 Golang implementation of simple buffer cache.