File: control

package info (click to toggle)
golang-github-labstack-echo.v2 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,688 kB
  • sloc: makefile: 10
file content (54 lines) | stat: -rw-r--r-- 2,351 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: golang-github-labstack-echo.v2
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-dgrijalva-jwt-go-dev (>= 3.0~),
               golang-github-labstack-gommon-dev,
               golang-github-stretchr-testify-dev,
               golang-github-valyala-fasttemplate-dev,
               golang-github-valyala-fasthttp-dev,
               golang-golang-x-crypto-dev,
               golang-gopkg-tylerb-graceful.v1-dev,
               golang-github-geertjohan-go.rice-dev,
               golang-github-gorilla-websocket-dev,
               golang-github-facebookgo-grace-dev
Standards-Version: 4.1.1
Homepage: https://github.com/labstack/echo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-labstack-echo.v2.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-labstack-echo.v2
XS-Go-Import-Path: github.com/labstack/echo.v2
Testsuite: autopkgtest-pkg-go

Package: golang-github-labstack-echo.v2-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-dgrijalva-jwt-go-dev (>= 3.0~),
         golang-github-labstack-gommon-dev,
         golang-github-stretchr-testify-dev,
         golang-github-valyala-fasttemplate-dev,
         golang-github-valyala-fasthttp-dev,
         golang-golang-x-crypto-dev,
         golang-gopkg-tylerb-graceful.v1-dev,
         golang-github-geertjohan-go.rice-dev,
         golang-github-gorilla-websocket-dev,
         golang-github-facebookgo-grace-dev
Description: Echo is a fast and unfancy HTTP server framework for Golang
 Echo is a minimalist Go web framework that provides the following functions:
  - Optimized HTTP router which smartly prioritize routes
  - Build robust and scalable RESTful APIs
  - Group APIs
  - Extensible middleware framework
  - Define middleware at root, group or route level
  - Data binding for JSON, XML and form payload
  - Handy functions to send variety of HTTP responses
  - Centralized HTTP error handling
  - Template rendering with any template engine
  - Define your format for the logger
  - Highly customizable
  - Automatic TLS via Let’s Encrypt
  - HTTP/2 support