From df4b7726977d5c7a51901c63498db5a4c178ad70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 7 Feb 2024 22:14:09 +0100 Subject: Update cabal description --- erebos.cabal | 25 ++++++++++++++++++++----- 1 file 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ž 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 -- cgit v1.2.3