Source: golang-github-tarm-serial
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 4.1.1
Homepage: https://github.com/tarm/serial
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tarm-serial
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tarm-serial.git
XS-Go-Import-Path: github.com/tarm/serial

Package: golang-github-tarm-serial-dev
Architecture: all
Depends: ${misc:Depends}, dpkg-dev
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.