File: control

package info (click to toggle)
golang-go-zfs 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 106
  • sloc: makefile: 5
file content (21 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
Source: golang-go-zfs
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/mistifyio/go-zfs
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-go-zfs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-go-zfs.git
XS-Go-Import-Path: github.com/mistifyio/go-zfs

Package: golang-go-zfs-dev
Architecture: all
Depends: golang-go, ${misc:Depends}
Recommends: zfs-fuse | zfsutils
Description: Go library for ZFS manipulation
 Simple wrappers for ZFS command line tools, used for manipulating ZFS
 filesystems directly from within applications written in Go.
 .
 This package contains the source.