File: control

package info (click to toggle)
golang-github-hanwen-usb 0.0~git20141217.0.69aee45-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 160
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 791 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-github-hanwen-usb
Section: devel
Priority: extra
Maintainer: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-any, libusb-1.0-0-dev, pkg-config
Standards-Version: 3.9.8
Homepage: https://github.com/hanwen/usb
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hanwen-usb.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-hanwen-usb.git

Package: golang-github-hanwen-usb-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-any
Built-Using: ${misc:Built-Using}
Description: CGO bindings for libusb.
 These are CGO bindings for libusb, created and tested on Linux.
 .
 They used to be part of go-mtpfs, a FUSE filesystem for mounting MTP
 devices on Linux.