File: control

package info (click to toggle)
golang-github-tarm-serial 0.0%2Bgit20151113-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 84 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.