name: irc-fun-messages
version: 0.2.0.0
synopsis: Types and functions for working with the IRC protocol.
description:
Another IRC library. It doesn't provide a client API though. It just provides
datatypes, and functions for parsing and serializing IRC commands and
replies.
.
The package is based on RFC 2812, with modifications and extensions to work
with Freenode.
.
NOTE: The handling of IRC protocol messages is incomplete, but there
is enough to e.g. create an IRC bot. Missing features are being added as
needed while working on <http://rel4tion.org/projects/funbot FunBot>, and of
course patches are welcome.
homepage: http://rel4tion.org/projects/irc-fun-messages/
bug-reports: http://rel4tion.org/projects/irc-fun-messages/tickets/
license: PublicDomain
license-file: COPYING
author: fr33domlover
maintainer: fr33domlover@riseup.net
copyright: ♡ Copying is an act of love. Please copy, reuse and share.
category: Data, IRC, Network
build-type: Simple
extra-source-files: AUTHORS ChangeLog COPYING INSTALL NEWS README.md
cabal-version: >=1.10
source-repository head
type: darcs
location: http://dev.rel4tion.org/fr33domlover/irc-fun-messages
library
exposed-modules: Network.IRC.Fun.Messages
, Network.IRC.Fun.Messages.Mask
, Network.IRC.Fun.Messages.Modes
, Network.IRC.Fun.Messages.TypeAliases
, Network.IRC.Fun.Messages.Types
other-modules: Network.IRC.Fun.Messages.Internal.Parse
, Network.IRC.Fun.Messages.Internal.Serialize
, Network.IRC.Fun.Messages.Internal.Tokens.Message
, Network.IRC.Fun.Messages.Internal.Tokens.Other
, Network.IRC.Fun.Messages.Internal.Tokens.Reply
, Network.IRC.Fun.Messages.Internal.Tokens.Target
, Network.IRC.Fun.Messages.Internal.Tokens.Wildcards
, Network.IRC.Fun.Messages.Internal.Types
, Network.IRC.Fun.Messages.Internal.Util
-- other-extensions:
build-depends: base >=4.7 && <5
, regex-applicative >=0.3.1
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall