File: control

package info (click to toggle)
golang-github-karrick-godirwalk 1.15.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,081 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
23
24
25
26
27
28
29
Source: golang-github-karrick-godirwalk
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang
Build-Depends-Indep: golang-any,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-karrick-godirwalk
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-karrick-godirwalk.git
Homepage: https://github.com/karrick/godirwalk
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/karrick/godirwalk

Package: golang-github-karrick-godirwalk-dev
Architecture: all
Depends: golang-github-mattn-go-isatty-dev,
         ${misc:Depends}
Multi-Arch: foreign
Description: Fast directory traversal for Golang (library)
 godirwalk is a library for traversing a directory tree on a
 file system.
 .
  * faster than filepath.Walk.
  * more correct on Windows than filepath.Walk.
  * more easy to use than filepath.Walk.
  * more flexible than filepath.Walk.