File: control

package info (click to toggle)
golang-github-gofiber-utils 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 432 kB
  • sloc: makefile: 40
file content (30 lines) | stat: -rw-r--r-- 1,045 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-gofiber-utils
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-fxamacker-cbor-dev,
 golang-github-google-uuid-dev,
 golang-github-stretchr-testify-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/gofiber/utils
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-gofiber-utils
Vcs-Git: https://forgejo.debian.net/golang/golang-github-gofiber-utils
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gofiber/utils

Package: golang-github-gofiber-utils-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Express inspired web framework - additional utility functions (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.
 .
 This package contains a collection of common functions for Fiber.