File: control

package info (click to toggle)
golang-github-hashicorp-go-plugin 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 644 kB
  • sloc: python: 38; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,365 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
26
27
28
29
30
31
32
33
Source: golang-github-hashicorp-go-plugin
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-golang-protobuf-1-5-dev,
               golang-google-grpc-dev,
               golang-github-hashicorp-go-hclog-dev,
               golang-github-hashicorp-yamux-dev,
               golang-github-mitchellh-go-testing-interface-dev,
               golang-github-oklog-run-dev,
               protoc-gen-go-1-5,
Homepage: https://github.com/hashicorp/go-plugin
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-plugin
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-plugin.git
XS-Go-Import-Path: github.com/hashicorp/go-plugin
Testsuite: autopkgtest-pkg-go

Package: golang-github-hashicorp-go-plugin-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-hashicorp-go-hclog-dev,
         golang-github-hashicorp-yamux-dev,
         golang-github-mitchellh-go-testing-interface-dev,
         golang-github-oklog-run-dev,
Description: Golang plugin system over RPC
 Plugin System over RPC.