1
0
Fork 0
golang-github-gofiber-fiber/debian/control
Daniel Baumann c8e233fb1e
Adding debian version 2.52.6-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-17 07:41:42 +02:00

44 lines
1.5 KiB
Text

Source: golang-github-gofiber-fiber
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-fxamacker-cbor-dev,
golang-github-google-uuid-dev,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-stretchr-testify-dev,
golang-github-tinylib-msgp-dev,
golang-github-valyala-bytebufferpool-dev,
golang-github-valyala-fasthttp-dev,
golang-golang-x-crypto-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/gofiber/fiber
Vcs-Browser: https://forgejo.debian.net/gatus/golang-github-gofiber-fiber
Vcs-Git: https://forgejo.debian.net/gatus/golang-github-gofiber-fiber
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gofiber/fiber
Package: golang-github-gofiber-fiber-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-fxamacker-cbor-dev,
golang-github-google-uuid-dev,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev,
golang-github-stretchr-testify-dev,
golang-github-tinylib-msgp-dev,
golang-github-valyala-bytebufferpool-dev,
golang-github-valyala-fasthttp-dev,
golang-golang-x-crypto-dev,
${misc:Depends},
Description: Express inspired web framework (Go library)
Fiber is a web framework, created with the idea of minimalism and follows the UNIX way.
It is inspired by Express, the popular web framework for Node.js.