File: control

package info (click to toggle)
watchtower-clojure 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 84 kB
  • sloc: xml: 64; makefile: 31
file content (28 lines) | stat: -rw-r--r-- 894 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
Source: watchtower-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 default-jdk,
 javahelper,
 maven-repo-helper,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/clojure-team/watchtower-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/watchtower-clojure
Homepage: https://github.com/ibdknox/watchtower

Package: libwatchtower-clojure
Architecture: all
Depends:
 libclojure-java,
 ${java:Depends},
 ${misc:Depends},
Recommends:
 ${java:Recommends},
Description: simple file/directory watcher library
 This package provides a simple file/directory watcher library. It can watch
 a file, or a folder, and filter what filename shall be watch in the folder.
 The rate for the polling can also be defined.