File: control

package info (click to toggle)
reflex 0.2.0%2Bgit20181022.3df204f-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: reflex
Section: devel
Priority: optional
Maintainer: Kyle Robbertze <krobbertze@gmail.com>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-fsnotify-fsnotify-dev,
               golang-github-kballard-go-shellquote-dev,
               golang-github-ogier-pflag-dev,
               golang-pretty-dev,
               golang-pty-dev
Standards-Version: 4.2.1
Homepage: https://github.com/cespare/reflex
Vcs-Browser: https://salsa.debian.org/paddatrapper-guest/reflex
Vcs-Git: https://salsa.debian.org/paddatrapper-guest/reflex.git
XS-Go-Import-Path: github.com/cespare/reflex
Testsuite: autopkgtest-pkg-go

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.