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.
63 lines
1.6 KiB
63 lines
1.6 KiB
Name: pontarius |
|
Version: 0.0.8.0 |
|
Cabal-Version: >= 1.6 |
|
Build-Type: Simple |
|
-- License: |
|
License-File: LICENSE |
|
Copyright: Copyright © 2010-2012, Jon Kristensen |
|
Author: Jon Kristensen, Mahdi Abdinejadi |
|
Maintainer: jon.kristensen@nejla.com |
|
Stability: alpha |
|
-- Homepage: |
|
Bug-Reports: mailto:jon.kristensen@nejla.com |
|
-- Package-URL: |
|
Synopsis: An incomplete implementation of RFC 6120 (XMPP: Core) |
|
Description: Pontarius is a work in progress of an implementation of |
|
RFC 6120 (XMPP: Core). |
|
Category: Network |
|
Tested-With: GHC ==7.0.4 |
|
-- Data-Files: |
|
-- Data-Dir: |
|
-- Extra-Source-Files: |
|
-- Extra-Tmp-Files: |
|
|
|
Library |
|
Exposed: True |
|
Build-Depends: base >= 2 && < 5, parsec, crypto-api, base64-string, pureMD5, |
|
utf8-string, network, xml-types, text, transformers, |
|
bytestring, cereal, random, |
|
tls, tls-extra, containers, mtl, text-icu, |
|
stringprep, asn1-data, cryptohash, time, |
|
certificate, ranges, uuid, conduit, xml-conduit |
|
-- Other-Modules: |
|
-- HS-Source-Dirs: |
|
-- Extensions: |
|
-- Build-Tools: |
|
-- Buildable: |
|
-- GHC-Options: |
|
-- GHC-Prof-Options: |
|
-- Hugs-Options: |
|
-- NHC98-Options: |
|
-- Includes: |
|
-- Install-Includes: |
|
-- Include-Dirs: |
|
-- C-Sources: |
|
-- Extra-Libraries: |
|
-- Extra-Lib-Dirs: |
|
-- CC-Options: |
|
-- LD-Options: |
|
-- Pkgconfig-Depends: |
|
-- Frameworks: |
|
|
|
Source-Repository head |
|
Type: git |
|
-- Module: |
|
Location: git://github.com/nejla/pontarius.git |
|
-- Subdir: |
|
|
|
-- Source-Repository this |
|
-- Type: git |
|
-- -- Module: |
|
-- Location: git://github.com/nejla/pontarius.git |
|
-- Tag: 0.0.7.0 |
|
-- -- Subdir: |