File: control

package info (click to toggle)
golang-gopkg-jcmturner-rpc.v0 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
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
Source: golang-gopkg-jcmturner-rpc.v0
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang
Build-Depends-Indep: golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-jcmturner-rpc.v0
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-jcmturner-rpc.v0.git
Homepage: https://github.com/jcmturner/rpc
Rules-Requires-Root: no
XS-Go-Import-Path: gopkg.in/jcmturner/rpc.v0

Package: golang-gopkg-jcmturner-rpc.v0-dev
Architecture: all
Depends: ${misc:Depends}
Description: Remote Procedure Call libraries for golang
 This project relates to CDE 1.1: Remote Procedure Call
 (http://pubs.opengroup.org/onlinepubs/9629399/)
 .
 It is a partial implementation that mainly focuses on unmarshaling NDR
 encoded byte streams into Go structures.