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.
|