packages feed

opn-0.1.0: opn.cabal

name:                opn
version:             0.1.0
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.

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
  ghc-options:         -Wall
  build-depends:       base ==4.6.*, ini, text, process,
                       unordered-containers, optparse-applicative,
                       network-uri, directory, filepath