You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
3.8 KiB
104 lines
3.8 KiB
Name: pontarius-xmpp |
|
Version: 0.1.0.2 |
|
Cabal-Version: >= 1.6 |
|
Build-Type: Simple |
|
License: OtherLicense |
|
License-File: LICENSE |
|
Copyright: Dmitry Astapov, Pierre Kovalev, Mahdi Abdinejadi, Jon Kristensen, |
|
IETF Trust, Philipp Balzarek |
|
Author: Jon Kristensen, Mahdi Abdinejadi, Philipp Balzarek |
|
Maintainer: info@jonkri.com |
|
Stability: alpha |
|
Homepage: http://www.pontarius.org/ |
|
Bug-Reports: mailto:info@jonkri.com |
|
Package-URL: http://hackage.haskell.org/packages/archive/pontarius-xmpp/0.1.0.2/pontarius-xmpp-0.1.0.2.tar.gz |
|
Synopsis: An incomplete implementation of RFC 6120 (XMPP: Core) |
|
Description: Pontarius is a work in progress implementation of |
|
RFC 6120 (XMPP: Core). |
|
Category: Network |
|
Tested-With: GHC ==7.0.4, GHC ==7.4.1 |
|
-- Data-Files: |
|
-- Data-Dir: |
|
-- Extra-Source-Files: |
|
-- Extra-Tmp-Files: |
|
|
|
Library |
|
hs-source-dirs: source |
|
Exposed: True |
|
Build-Depends: base >4 && <5 |
|
, conduit >=0.5 |
|
, void >=0.5.5 |
|
, resourcet >=0.3.0 |
|
, containers >=0.4.0.0 |
|
, random >=1.0.0.0 |
|
, tls >=1.0.0 |
|
, tls-extra >=0.5.0 |
|
, pureMD5 >=2.1.2.1 |
|
, base64-bytestring >=0.1.0.0 |
|
, binary >=0.4.1 |
|
, attoparsec >=0.10.0.3 |
|
, crypto-api >=0.9 |
|
, cryptohash >=0.6.1 |
|
, text >=0.11.1.5 |
|
, bytestring >=0.9.1.9 |
|
, transformers >=0.2.2.0 |
|
, mtl >=2.0.0.0 |
|
, network >=2.3 |
|
, lifted-base >=0.1.0.1 |
|
, split >=0.1.2.3 |
|
, stm >=2.1.2.1 |
|
, xml-types >=0.3.1 |
|
, xml-conduit >=1.0 |
|
, xml-picklers >=0.2.2 |
|
, data-default >=0.2 |
|
, stringprep >=0.1.3 |
|
, hslogger >=1.1.0 |
|
Exposed-modules: Network.Xmpp |
|
, Network.Xmpp.IM |
|
, Network.Xmpp.Basic |
|
Other-modules: Data.Conduit.Tls |
|
, Network.Xmpp.Bind |
|
, Network.Xmpp.Concurrent |
|
, Network.Xmpp.Concurrent.Types |
|
, Network.Xmpp.Concurrent.Channels |
|
, Network.Xmpp.Concurrent.Channels.Basic |
|
, Network.Xmpp.Concurrent.Channels.IQ |
|
, Network.Xmpp.Concurrent.Channels.Message |
|
, Network.Xmpp.Concurrent.Channels.Presence |
|
, Network.Xmpp.Concurrent.Channels.Types |
|
, Network.Xmpp.Concurrent.Threads |
|
, Network.Xmpp.Concurrent.Monad |
|
, Network.Xmpp.Connection |
|
, Network.Xmpp.IM.Message |
|
, Network.Xmpp.IM.Presence |
|
, Network.Xmpp.Jid |
|
, Network.Xmpp.Marshal |
|
, Network.Xmpp.Message |
|
, Network.Xmpp.Pickle |
|
, Network.Xmpp.Presence |
|
, Network.Xmpp.Sasl |
|
, Network.Xmpp.Sasl.Common |
|
, Network.Xmpp.Sasl.Mechanisms |
|
, Network.Xmpp.Sasl.Mechanisms.DigestMd5 |
|
, Network.Xmpp.Sasl.Mechanisms.Plain |
|
, Network.Xmpp.Sasl.Mechanisms.Scram |
|
, Network.Xmpp.Sasl.StringPrep |
|
, Network.Xmpp.Sasl.Types |
|
, Network.Xmpp.Session |
|
, Network.Xmpp.Stream |
|
, Network.Xmpp.Tls |
|
, Network.Xmpp.Types |
|
, Network.Xmpp.Xep.ServiceDiscovery |
|
, Text.Xml.Stream.Elements |
|
GHC-Options: -Wall |
|
|
|
Source-Repository head |
|
Type: git |
|
Location: git://github.com/jonkri/pontarius-xmpp.git |
|
|
|
Source-Repository this |
|
Type: git |
|
-- Module: |
|
Location: git://github.com/jonkri/pontarius-xmpp.git |
|
Tag: 0.1.0.2 |
|
-- Subdir:
|
|
|