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.
|