packages feed

avahi-0.1.1: avahi.cabal

-- The name of the package.
Name:                avahi

Version:             0.1.1

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:  

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


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-core >= 0.9.2.1,
                       text >= 0.11.1
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: