File: control

package info (click to toggle)
golang-github-skratchdot-open-golang 0.0~git20160302.0.75fb7ed-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: sh: 380; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (2)
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
Source: golang-github-skratchdot-open-golang
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Fernando Ike <fike@midstorm.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               curl,
               xdg-utils
Standards-Version: 3.9.8
Homepage: https://github.com/skratchdot/open-golang
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-skratchdot-open-golang.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-skratchdot-open-golang.git
XS-Go-Import-Path: github.com/skratchdot/open-golang

Package: golang-github-skratchdot-open-golang-dev
Architecture: all
Depends: ${misc:Depends}
Description: library to open an URI in the user's preferred application
 This library provides a set of Go functions allowing to "open" a
 file, directory or URI using the user's preferred application (or an
 operating system-wide default) to handle objects of those particular
 types. Optionally, it's possible to directly specify the
 application to use for opening the resource.