golang-github-zillode-notify 0.0~git20171210.8fff849-4 source package in Ubuntu

Changelog

golang-github-zillode-notify (0.0~git20171210.8fff849-4) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Tue, 06 Feb 2018 00:15:17 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-zillode-notify_0.0~git20171210.8fff849-4.dsc 2.4 KiB 34b36f8f6ce885c166984a5d0fb697b22389a3984b3e54907e028c191b00635e
golang-github-zillode-notify_0.0~git20171210.8fff849.orig.tar.xz 46.5 KiB 433c79724fea67f93aee9de369634aed22b1a329c50d01e662c0c4e13562163a
golang-github-zillode-notify_0.0~git20171210.8fff849-4.debian.tar.xz 2.1 KiB 73660372adff53f71948c6b88a66f7e0e5259efdb5a44e0fd64cebe64484cbb7

No changes file available.

Binary packages built by this source

golang-github-zillode-notify-dev: filesystem event notification library

 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).