Source: golang-github-labstack-echo.v2
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-dgrijalva-jwt-go-v3-dev,
               golang-github-labstack-gommon-dev,
               golang-github-stretchr-testify-dev,
               golang-github-valyala-fasttemplate-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.1.1
Homepage: https://github.com/labstack/echo
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-labstack-echo.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-labstack-echo.git
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-v3-dev,
         golang-github-labstack-gommon-dev,
         golang-github-stretchr-testify-dev,
         golang-github-valyala-fasttemplate-dev,
         golang-golang-x-crypto-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
