File: control

package info (click to toggle)
golang-github-syncthing-notify 0.0~git20180806.b76b458-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 440 kB
  • sloc: makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,248 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: golang-github-syncthing-notify
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-golang-x-sys-dev
Standards-Version: 4.1.4
Homepage: https://github.com/syncthing/notify
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-syncthing-notify
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-syncthing-notify.git
XS-Go-Import-Path: github.com/syncthing/notify
Testsuite: autopkgtest-pkg-go

Package: golang-github-syncthing-notify-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-sys-dev
Description: File system event notification library on steroids
 Package notify implements access to filesystem events.
 .
 Notify is a high-level abstraction over filesystem watchers
 like inotify, kqueue, FSEvents, FEN or ReadDirectoryChangesW.
 Watcher implementations are split into two groups: ones that
 natively support recursive notifications (FSEvents and
 ReadDirectoryChangesW) and ones that do not (inotify, kqueue,
 FEN).
 .
 This is a fork by the Syncthing project.