Skip to content
Snippets Groups Projects
control 1.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • Source: python-briar-wrapper
    Section: comm
    Priority: optional
    Maintainer: Nico Alt <nicoalt@posteo.org>
    Build-Depends:
     debhelper-compat (= 13),
     dh-python,
     python3-all
    Standards-Version: 4.5.0
    Rules-Requires-Root: no
    Homepage: https://code.briarproject.org/briar/python-briar-wrapper
    Vcs-Browser: https://code.briarproject.org/briar/python-briar-wrapper
    Vcs-Git: https://code.briarproject.org/briar/python-briar-wrapper.git
    
    Package: python3-briar-wrapper
    Section: comm
    Architecture: all
    Depends:
     python3-requests,
    
     python3-websockets (>= 8.0),
    
    Nico's avatar
    Nico committed
     briar-headless (>= 1.2.9),
    
     ${misc:Depends},
     ${python3:Depends}
    Description: Wrapper Library for Briar Headless
     Briar is a messaging app designed for activists, journalists, and anyone
     else who needs a safe, easy and robust way to communicate. Unlike
     traditional messaging apps, Briar doesn't rely on a central server -
     messages are synchronized directly between the users' devices. If the
     internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the
     information flowing in a crisis. If the internet's up, Briar can sync via
     the Tor network, protecting users and their relationships from
     surveillance.
     .
     This package contains the Python wrapper for Briar Headless.