Source: rassumfrassum Section: python Maintainer: Debian Python Team Uploaders: Arto Jantunen , Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, python3-setuptools, Standards-Version: 4.7.3 Homepage: https://github.com/joaotavora/rassumfrassum Vcs-Git: https://salsa.debian.org/python-team/packages/rassumfrassum.git Vcs-Browser: https://salsa.debian.org/python-team/packages/rassumfrassum Testsuite: autopkgtest-pkg-pybuild X-Style: black Package: rassumfrassum Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Enhances: emacs, Description: LSP/JSONRPC multiplexer for connecting one LSP client to multiple servers The rass program, the main entry point, behaves like an LSP stdio server, so clients think they are talking to single LSP server, even though they are secretly talking to many. Behind the scenes more stdio server subprocesses are spawned. . This is useful for LSP clients that only support connecting to one server at a time, such as Eglot included in Emacs.