Source: modemu2k
Section: net
Priority: optional
Maintainer: Andy Alt <arch_stanton5995@proton.me>
Build-Depends: debhelper-compat (= 13),
               doxygen,
               groff,
               meson (>= 0.56.0),
               ninja-build,
               pkgconf
Standards-Version: 4.6.2
Homepage: https://github.com/theimpossibleastronaut/modemu2k
Rules-Requires-Root: no

Package: modemu2k
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hayes-style AT-command modem emulator bridging serial to TCP/Telnet
 modemu2k "dials" out and answers incoming connections. It ships as a
 C library (libmodemu2k) exposing the modem state machine, plus a
 small CLI built on top that allocates a PTY and either reads
 stdin/stdout directly, forks a comm program (minicom, picocom) on
 the slave, or accepts an incoming TCP connection as the TTY. IPv4
 and IPv6 are supported.
 .
 modemu2k is based on modemu, originally developed by Toru Egashira.
