cabal-version: 2.2
name: jingle
version: 0.1.0
synopsis: Jingle (currently only file transfer)
homepage: https://git.singpolyma.net/jingle-xmpp
license: AGPL-3.0-or-later
license-file: COPYING
author: Stephen Paul Weber
maintainer: singpolyma@singpolyma.net
category: Network
build-type: Simple
description:
Jingle is the peer-to-peer media negotiation framework for XMPP
source-repository head
type: git
location: https://git.singpolyma.net/jingle-xmpp
library
default-language: Haskell2010
ghc-options: -Wall -Wno-tabs
exposed-modules:
Jingle,
Jingle.Socks5Server
other-modules:
StoreChunks,
Util
build-depends:
base >=4.11 && <4.12,
base64-bytestring >=1.0 && <1.1,
basic-prelude >=0.7 && <0.8,
bytestring >=0.10 && <0.11,
cache >=0.1 && <0.2,
clock >=0.7 && <0.8,
cryptonite >=0.25 && <0.26,
directory >=1.3 && <1.4,
errors >=2.3 && <2.4,
ipld-cid >=0.1 && <0.2,
multihash-cryptonite >=0.1 && <0.2,
network >=2.6 && <2.7,
network-protocol-xmpp >=0.4 && <0.5,
socks >=0.5 && <0.6,
unexceptionalio >=0.5 && <0.6,
xml-types >=0.3 && <0.4