File: control

package info (click to toggle)
golang-github-howeyc-fsnotify 0.9.0%2Bgit20151003.f0c08ee-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-github-howeyc-fsnotify
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Yanhao Mo <yanhaocs@gmail.com>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/howeyc/fsnotify
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-howeyc-fsnotify
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-howeyc-fsnotify.git
XS-Go-Import-Path: github.com/howeyc/fsnotify
Testsuite: autopkgtest-pkg-go

Package: golang-github-howeyc-fsnotify-dev
Architecture: all
Depends: ${misc:Depends}
Description: File system notification for Go
 Go library to support file system notification.
 .
 It support Windows, Linux, BSD and OS X.