Source: sicd
Section: net
Priority: optional
Maintainer: Markus Fritsche <mfritsche@reauktion.de>
Build-Depends: debhelper-compat (= 13), golang-go
Standards-Version: 4.6.2
Homepage: https://git.reauktion.de/marfrit/sic

Package: sicd
Architecture: any
Depends: ${misc:Depends}
Recommends: openssh-server
Description: sic daemon — netstring-framed argv over stdin, execvp'd
 sicd reads netstring-framed argv from stdin and runs it with execvp, so no
 shell re-parses the arguments. Deploy it on target hosts and run it over ssh
 (as the remote command, or pinned to a key with command="sicd").
 .
 Installs /usr/bin/sicd. A Python reference implementation and the wire-format
 design doc are under /usr/share/doc/sicd/.
