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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: nats-server
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-klauspost-compress-dev,
golang-github-minio-highwayhash-dev,
golang-github-nats-io-jwt-dev,
golang-github-nats-io-go-nats-dev,
golang-github-nats-io-nkeys-dev (>= 0.4.6),
golang-github-nats-io-nuid-dev,
golang-golang-x-crypto-dev,
golang-golang-x-sys-dev,
golang-golang-x-time-dev,
golang-uber-automaxprocs-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/nats-server
Vcs-Git: https://salsa.debian.org/go-team/packages/nats-server.git
Homepage: https://github.com/nats-io/nats-server
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/nats-io/nats-server
Package: nats-server
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
adduser
Built-Using: ${misc:Built-Using}
Description: High-Performance server for NATS.io (program)
NATS is a simple, secure and performant communications
system for digital systems, services and devices. NATS is part of the
Cloud Native Computing Foundation (CNCF) and has
over 40 client language implementations.
.
Its server can run on-premise, in the cloud, at the edge, and even on a
Raspberry Pi. NATS can secure and simplify design and operation of
modern distributed systems.
.
This package provides the nats-server binary.
Package: golang-github-nats-io-nats-server-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-klauspost-compress-dev,
golang-github-minio-highwayhash-dev,
golang-github-nats-io-jwt-dev,
golang-github-nats-io-go-nats-dev,
golang-github-nats-io-nkeys-dev (>= 0.4.6),
golang-github-nats-io-nuid-dev,
golang-golang-x-crypto-dev,
golang-golang-x-sys-dev,
golang-golang-x-time-dev,
golang-uber-automaxprocs-dev,
${misc:Depends}
Description: High-Performance server for NATS.io (library)
NATS is a simple, secure and performant communications
system for digital systems, services and devices. NATS is part of the
Cloud Native Computing Foundation (CNCF) and has
over 40 client language implementations.
.
Its server can run on-premise, in the cloud, at the edge, and even on a
Raspberry Pi. NATS can secure and simplify design and operation of
modern distributed systems.
.
This package contains development files.
|