Source: golang-github-cenk-rpc2 Maintainer: Debian Go Packaging Team Uploaders: Vincent Bernat Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-go, golang-github-cenk-hub-dev, golang-github-cenkalti-rpc2-dev Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cenk-rpc2 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cenk-rpc2.git Homepage: https://github.com/cenk/rpc2 XS-Go-Import-Path: github.com/cenk/rpc2 Package: golang-github-cenk-rpc2-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go, golang-github-cenk-hub-dev Description: bi-directional RPC in Go rpc2 is a fork of net/rpc package in the standard library. The main goal is to add bi-directional support to calls. That means server can call the methods of client which is not possible with net/rpc package.