File: control

package info (click to toggle)
golang-github-syncthing-notify 0.0~git20210616.c6b7342-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 448 kB
  • sloc: makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,329 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
32
33
34
Source: golang-github-syncthing-notify
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           Jai Flack <jflack@disroot.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-sys-dev
Standards-Version: 4.6.0
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
Rules-Requires-Root: no

Package: golang-github-syncthing-notify-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-sys-dev
Multi-Arch: foreign
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.