Source: reflex
Section: devel
Priority: optional
Maintainer: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (=13),
               dh-golang,
               golang-any,
               golang-github-creack-pty-dev,
               golang-github-fsnotify-fsnotify-dev,
               golang-github-kballard-go-shellquote-dev,
               golang-github-ogier-pflag-dev,
               golang-github-kr-pretty-dev,
               golang-pty-dev
Standards-Version: 4.6.0
Homepage: https://github.com/cespare/reflex
Vcs-Browser: https://salsa.debian.org/debian/reflex
Vcs-Git: https://salsa.debian.org/debian/reflex.git
XS-Go-Import-Path: github.com/cespare/reflex
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: reflex
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Run a command when files change
 Reflex is a small tool to watch a directory and rerun a command
 when certain files change. It's great for automatically running
 compile/lint/test tasks and for reloading your application when the
 code changes.
