golang-github-gokyle-fswatch 0.0~git20121217.1dbdf83-3 source package in Ubuntu

Changelog

golang-github-gokyle-fswatch (0.0~git20121217.1dbdf83-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Set upstream metadata fields: Repository.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 01:18:51 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gokyle-fswatch_0.0~git20121217.1dbdf83-3.dsc 2.3 KiB 523e43fc2541e4932c7a11b15bdaa6226a3bc64770e7c5299a8cb327a1b1b5d5
golang-github-gokyle-fswatch_0.0~git20121217.1dbdf83.orig.tar.gz 4.9 KiB 95e0b2d984b971a2d23d147056bea02aa78a1381a1386484d7a528b74180db6f
golang-github-gokyle-fswatch_0.0~git20121217.1dbdf83-3.debian.tar.xz 2.3 KiB bb46217efff9a6c6d5f1c544ffbae450a0119588cd2322c58de2831e182db9e4

No changes file available.

Binary packages built by this source

golang-github-gokyle-fswatch-dev: simple UNIX file system watching library in Go

 This package provides a simple UNIX file system watching library in Go.
 .
 This includes:
   * Static watchers for watching a limited set of files.
     Those do not purge deleted files from the watch list.
   * Auto watchers for watching a set of files and directories.
     Directories are watched for new files. New files are automatically
     added, and deleted files are removed from the watch list.