File: control

package info (click to toggle)
golang-github-skratchdot-open-golang 0.0~git20160302.0.75fb7ed-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: sh: 380; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,155 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
Source: golang-github-skratchdot-open-golang
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Fernando Ike <fike@midstorm.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               curl,
               xdg-utils
Standards-Version: 4.7.2
Homepage: https://github.com/skratchdot/open-golang
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-skratchdot-open-golang
Vcs-Git: https://salsa.debian.org/go-team/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}
Multi-Arch: foreign
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.