Source: ligo-channel-completion
Section: science
Priority: optional
Maintainer: Jameson Graef Rollins <jrollins@finestructure.net>
Build-Depends:
 cmake,
 debhelper (>= 10),
 libboost-dev,
 libpstreams-dev,
 pybind11-dev,
 python3-dev
Standards-Version: 3.9.8
Homepage: https://git.ligo.org/cds/channel_completion
Vcs-Git: https://git.ligo.org/cds/channel_completion.git

Package: ligo-channel-completion
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Bash completion for LIGO channel names
 This provides a bash completion script along with a channel
 completion program for LIGO channel names.  A channel database is
 required.  The database is a simple flat text file where every line
 is a single channel name.  The file must be sorted.  The path to the
 file is set via the 'NDS_CHAN_LIST' and 'EPICS_CHAN_LIST' environment
 variables.

Package: python3-ligo-channels
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: A python module that can be used to create LIGO channel name completions.
 .
 This packages provides the completion package for Python 3.
