File: control

package info (click to toggle)
golang-github-notedit-janus-go 0.0~git20210115.fdce1b1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,097 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
Source: golang-github-notedit-janus-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Section: golang
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-rs-xid-dev,
               golang-websocket-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-notedit-janus-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-notedit-janus-go.git
Homepage: https://github.com/notedit/janus-go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/notedit/janus-go

Package: golang-github-notedit-janus-go-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-rs-xid-dev,
         golang-websocket-dev,
         ${misc:Depends}
Description: Janus gateway Go API (library)
 This package contains a Go implementation of the Janus API.
 .
 Janus is a WebRTC media server/gateway which handles RTC media
 streams.
 .
 janus-go only supports the websocket transport of Janus.