File: control

package info (click to toggle)
golang-github-tarm-serial 0.0%2Bgit20151113-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 50
  • sloc: makefile: 5
file content (19 lines) | stat: -rwxr-xr-x 722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: golang-github-tarm-serial
Section: devel
Priority: extra
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/tarm/serial
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-tarm-serial.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-github-tarm-serial.git;a=summary

Package: golang-github-tarm-serial-dev
Architecture: all
Depends: ${misc:Depends}, dpkg-dev
Built-Using: ${misc:Built-Using}
Description: Go package for serial port communucation
 A Go package to allow user to read and write from the
 serial port as a stream of bytes.