File: control

package info (click to toggle)
golang-github-arduino-go-paths-helper 1.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,288 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
30
Source: golang-github-arduino-go-paths-helper
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Rock Storm <rockstorm@gmx.com>,
           Nicolas Peugnet <nicolas@club1.fr>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
#              golang-golang-x-sys-dev,             # only used on windows
Standards-Version: 4.7.2
Homepage: https://github.com/arduino/go-paths-helper
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-arduino-go-paths-helper
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-arduino-go-paths-helper.git
XS-Go-Import-Path: github.com/arduino/go-paths-helper
Testsuite: autopkgtest-pkg-go

Package: golang-github-arduino-go-paths-helper-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Go library to simplify handling of paths
 This library aims to simplify handling of the most common operations
 with paths.
 .
 It allows chaining operations on Path structs and most operations
 that usually requires a bit of convoluted system calls are now
 simplified, for example to check if a path is a directory.