File: control

package info (click to toggle)
golang-github-rjeczalik-notify 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 452 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,178 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
Source: golang-github-rjeczalik-notify
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-sys-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/rjeczalik/notify
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rjeczalik-notify
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rjeczalik-notify.git
XS-Go-Import-Path: github.com/rjeczalik/notify

Package: golang-github-rjeczalik-notify-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-golang-x-sys-dev
Description: file system event notification library on steroids
 Notify is a Go high-level abstraction over filesystem watchers like
 inotify, kqueue, FSEvents, FEN or ReadDirectoryChangesW. On top of filesystem
 watchers notify maintains a watchpoint tree, which provides strategy for
 creating and closing filesystem watches and dispatching filesystem events to
 user channels.