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

Changelog

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

  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 16:52:39 -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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-zillode-notify_0.0~git20171210.8fff849-3.dsc 2.4 KiB 69dcccaeb8ae04f17916efaa66a39f30a5722a63d12541cc15f8203cfad29d13
golang-github-zillode-notify_0.0~git20171210.8fff849.orig.tar.xz 46.5 KiB 433c79724fea67f93aee9de369634aed22b1a329c50d01e662c0c4e13562163a
golang-github-zillode-notify_0.0~git20171210.8fff849-3.debian.tar.xz 2.1 KiB 0eac4aecedb7e388288bcbde2a5856ecaf6bf0f120cb0e7338b38e4a9116a42b

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