golang-github-rjeczalik-notify 0.9.3-2 source package in Ubuntu

Changelog

golang-github-rjeczalik-notify (0.9.3-2) unstable; urgency=medium

  * Wait longer for timeout in test.

 -- Sascha Steinbiss <email address hidden>  Sat, 21 Jan 2023 09:42:27 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-rjeczalik-notify_0.9.3-2.dsc 2.2 KiB 09836b78914878557c64b83456b4f7de1b1a548e58ee0fb51d87fe1177cbe5f4
golang-github-rjeczalik-notify_0.9.3.orig.tar.gz 56.9 KiB 9ae392ea9b3a77f996d7d3949e79919d978c108f6636059e69d1ba6e9be67cde
golang-github-rjeczalik-notify_0.9.3-2.debian.tar.xz 2.9 KiB d9edac909c07a2038444b89df8202c44bc2f397fc754cca2a7362828b42ace91

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.