summaryrefslogtreecommitdiffstats
path: root/packaging/deb/meshbay-common/DEBIAN/control
blob: 4089f4b1e80c3769c9bb396a88e4e242daa142a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: meshbay-common
Version: __VERSION__
Section: python
Priority: optional
Architecture: __ARCH__
Maintainer: MeshBay Team <team@meshbay.org>
Homepage: https://meshbay.org
Depends: python3 (>= 3.12)
Description: MeshBay shared Python runtime and libraries
 Provides the shared Python virtual environment, cryptographic primitives
 (Ed25519, X25519, GEK wrap/unwrap, ChaCha20-Poly1305), protocol types (MNP,
 MHP), and all pip dependencies used by meshbay-hub and meshbay-node.
 .
 Installs to /opt/meshbay-common/venv/.