diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-07 22:14:09 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-10 22:26:39 +0100 |
commit | df4b7726977d5c7a51901c63498db5a4c178ad70 (patch) | |
tree | 1eb247618dcd32a0106e7bf9fc6b99e986373676 /erebos.cabal | |
parent | 35c48f033106c9f2d8a6a0e5ada7f5dcc5cc732e (diff) |
Update cabal description
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/erebos.cabal b/erebos.cabal index 545acb2..52780f3 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -2,18 +2,33 @@ Cabal-Version: 2.2 Name: erebos Version: 0.1.0.0 --- synopsis: --- description: +Synopsis: Decentralized messaging and synchronization +Description: + Library and simple CLI interface implementing the Erebos identity + management, decentralized messaging and synchronization protocol, along + with local storage. + . + Erebos identity is based on locally stored cryptographic keys, all + communication is end-to-end encrypted. Multiple devices can be attached to + the same identity, after which they function interchangeably, without any + one being in any way "primary"; messages and other state data are then + synchronized automatically whenever the devices are able to connect with + one another. License: BSD-3-Clause License-File: LICENSE -Author: Roman Smrž +Homepage: http://erebosprotocol.net +Author: Roman Smrž <roman.smrz@seznam.cz> Maintainer: roman.smrz@seznam.cz --- copyright: --- category: +Category: Network +Stability: experimental Build-type: Simple Extra-Source-Files: src/Erebos/ICE/pjproject.h +source-repository head + type: git + location: git://erebosprotocol.net/erebos + common common ghc-options: -Wall |