File debian.control of Package postgrest

Source: postgrest
Section: database
Priority: optional
Maintainer: Your Name <you@example.com>
Build-Depends: debhelper-compat (= 13),
               dh-haskell,
               haskell-devscripts (>= 0.13),
               ghc (>= 9.6),
               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: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libpq5
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.
openSUSE Build Service is sponsored by