golang-github-rjeczalik-notify 0.9.2-3 source package in Ubuntu

Changelog

golang-github-rjeczalik-notify (0.9.2-3) unstable; urgency=medium

  * Fix watchfile syntax.

 -- Sascha Steinbiss <email address hidden>  Sat, 19 Feb 2022 20:30:22 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-rjeczalik-notify_0.9.2-3.dsc 2.2 KiB 12783c9b2b9f224ec386533c89305833a65c74ba994c7163374261bd1dfba715
golang-github-rjeczalik-notify_0.9.2.orig.tar.gz 55.5 KiB 840f2c523ed6023eca8c04456f5d9748c44c685fdd2f9fa2ee458baafcd91c38
golang-github-rjeczalik-notify_0.9.2-3.debian.tar.xz 3.0 KiB c4558a7c56f76991088afd48b06f0b344fd13cc286e1e2587a666b8511e2eb57

Available diffs

No changes file available.

Binary packages built by this source

golang-github-rjeczalik-notify-dev: 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.