Source: postgrest
Section: database
Priority: optional
Maintainer: Andrei Dziahel <develop7@develop7.info>
Build-Depends: debhelper-compat (= 13),
               postgrest-deps (= 14.15-1),
               ghc,
               cabal-install,
               pkg-config,
               libpq-dev,
               zlib1g-dev,
               libgmp-dev,
               libtinfo-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://postgrest.org
Vcs-Git: https://github.com/PostgREST/postgrest.git
Vcs-Browser: https://github.com/PostgREST/postgrest

Package: postgrest
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpq5, zlib1g, libgmp10
Description: REST API service for PostgreSQL databases
 PostgREST automatically turns a PostgreSQL schema into a standards-compliant
 REST API. It reuses database roles for authentication and authorization,
 exposes OpenAPI metadata, and remains stateless for easy horizontal scaling.
 The daemon is implemented in Haskell and targets production deployments that
 need a performant HTTP layer in front of PostgreSQL.