File: control

package info (click to toggle)
golang-github-cenk-rpc2 0.0~git20160427.0.7ab76d2e88c7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 84
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: golang-github-cenk-rpc2
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-cenk-hub-dev
Standards-Version: 3.9.8
Homepage: https://github.com/cenk/rpc2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cenk-rpc2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cenk-rpc2.git
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.