opn-0.1.3: opn.cabal
name: opn
version: 0.1.3
synopsis: Open files or URLs using associated programs.
description: The `opn` command lets you open files and URLs with
associated programs. It's intended to \"just work\" and to
be trivial to configure. See the README at
<https://github.com/akc/opn> for further info.
homepage: http://github.com/akc/opn
license: BSD3
license-file: LICENSE
author: Anders Claesson
maintainer: anders.claesson@gmail.com
Category: Application, Console
Build-type: Custom
Extra-Source-Files: README.md opn.1
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/akc/opn.git
executable opn
main-is: opn.hs
other-modules: Opn.Guess
ghc-options: -Wall
build-depends: base >=4 && <5,
ini,
text,
process,
unordered-containers,
optparse-applicative >=0.10.0,
network-uri,
directory,
filepath