packages feed

avahi-0.2.0: avahi.cabal

-- The name of the package.
Name:                avahi

Version:             0.2.0

Synopsis:            Minimal DBus bindings for Avahi daemon (http://avahi.org)

Description:         This package provides minimal DBus bindings for Avahi daemon.
                     It can be used to browse for network service via Zeroconf protocol
                     or to announce a service.

License:             BSD3

-- The file containing the license text.
License-file:        LICENSE

-- The package author(s).
Author:              Ilya Portnov

-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer:          portnov84@rambler.ru

-- A copyright notice.
-- Copyright:           

Category:            Network

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files:  browse.hs

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.8


Library
  -- Modules exported by the library.
  Exposed-modules:     Network.Avahi
                       Network.Avahi.Common
                       Network.Avahi.Browse
                       Network.Avahi.Announce
  
  -- Packages needed in order to build this package.
  Build-depends:       base >= 4 && < 5, dbus >= 0.10.13,
                       text >= 0.11.1, bytestring

Executable avahi-browse
  Main-is: browse.hs
  Other-modules: Network.Avahi
                 Network.Avahi.Announce
                 Network.Avahi.Browse
                 Network.Avahi.Common
  Build-depends:       base >= 4 && < 5, dbus >= 0.10.13,
                       text >= 0.11.1,
                       avahi, bytestring
  
Source-repository head
  type:     git
  location: https://github.com/portnov/hs-avahi.git