File: control

package info (click to toggle)
reflex 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,120 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
30
31
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.