Source: term-scope
Section: science
Priority: optional
Maintainer: Jonathan Hanks <jhanks@caltech.edu>
Build-Depends: debhelper-compat (= 13),
               rustc (>= 1.94.1) | rust-compiler (>= 1.94.1-1),
               cargo (>= 1.94.1) | rust-compiler (>= 1.94.1-1),
               libclang-19-dev,
               epics-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: term-scope
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: terminal-based EPICS signal monitor
 term_scope displays live EPICS channel access signals in a full-screen
 terminal UI.  It reads a plain-text channel list (or a StripTool .stp
 file) and shows the channels in an aligned name/value list, with an
 optional scope mode that plots a selected channel's recent history.
 .
 It is intended for quickly looking at a set of signals from a text
 terminal without building an MEDM/caQtDM display or needing an X or
 Wayland session.
