25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

78 satır
2.1 KiB

  1. Source: matrix-synapse
  2. Maintainer: Erik Johnston <erikj@matrix.org>
  3. Section: python
  4. Priority: optional
  5. Build-Depends:
  6. debhelper (>= 9),
  7. dh-python,
  8. dh-systemd (>= 1.5),
  9. po-debconf,
  10. python (>= 2.6.6-3),
  11. python-bcrypt,
  12. python-blist,
  13. python-canonicaljson (>=1.1.3),
  14. python-daemonize,
  15. python-frozendict (>= 0.4),
  16. python-lxml,
  17. python-mock,
  18. python-msgpack (>=0.3.0),
  19. python-nacl (>= 0.3.0),
  20. python-netaddr,
  21. python-openssl (>= 0.14),
  22. python-pil,
  23. python-psutil,
  24. python-pyasn1,
  25. python-pydenticon,
  26. python-pymacaroons-pynacl,
  27. python-pysaml2,
  28. python-service-identity (>= 1.0.0),
  29. python-setuptools (>= 0.6b3),
  30. python-signedjson (>= 1.0.0),
  31. python-sortedcontainers,
  32. python-syutil (>= 0.0.7),
  33. python-treq (>= 15.1.0),
  34. python-twisted (>= 17.1.0),
  35. python-unpaddedbase64 (>= 1.0.1),
  36. python-yaml,
  37. python-phonenumbers (>= 8.2.0),
  38. python-jsonschema (>=2.5.1),
  39. python-prometheus-client,
  40. python-attr
  41. Standards-Version: 3.9.8
  42. X-Python-Version: >= 2.7
  43. Package: matrix-synapse
  44. Architecture: all
  45. Depends:
  46. ${misc:Depends},
  47. ${python:Depends},
  48. adduser,
  49. debconf,
  50. lsb-base (>= 3.0-6),
  51. python-attr (>= 16.0.0),
  52. python-twisted (>= 17.1.0),
  53. python-canonicaljson (>=1.1.3),
  54. python-prometheus-client (>=0.0.14),
  55. Suggests:
  56. python-bleach (>= 1.4.2),
  57. python-jinja2 (>= 2.8),
  58. Recommends:
  59. python-psycopg2,
  60. python-lxml,
  61. Description: Open federated Instant Messaging and VoIP server
  62. Matrix is an ambitious new ecosystem for open federated Instant
  63. Messaging and VoIP. Synapse is a reference Matrix server
  64. implementation.
  65. .
  66. Everything in Matrix happens in a room. Rooms are distributed and do
  67. not exist on any single server. Rooms can be located using
  68. convenience aliases like #matrix:matrix.org or #test:localhost:8448.
  69. .
  70. Matrix user IDs look like @matthew:matrix.org (although in the future
  71. you will normally refer to yourself and others using a 3PID: email
  72. address, phone number, etc rather than manipulating Matrix user IDs)
  73. .
  74. The overall architecture is:
  75. client <------> homeserver <=============> homeserver <------> client
  76. https://a.org/_matrix https://b.net/_matrix