merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

control (2365B)


      1 Source: taler-merchant
      2 Section: net
      3 Priority: optional
      4 Maintainer: Christian Grothoff <grothoff@gnu.org>
      5 Build-Depends:
      6  autoconf (>=2.59),
      7  automake (>=1.11.1),
      8  autopoint,
      9  debhelper-compat (= 12),
     10  gettext,
     11  libgnunet-dev (>=0.24.0),
     12  libtalerexchange-dev (>=1.0.0),
     13  libpq-dev (>=15.0),
     14  po-debconf,
     15  libqrencode-dev,
     16  zlib1g-dev,
     17  libjansson-dev,
     18  libcurl4-openssl-dev (>= 7.35.0) | libcurl4-gnutls-dev (>= 7.35.0),
     19  libsodium-dev (>= 1.0.11),
     20  texinfo
     21 Standards-Version: 4.5.0
     22 Vcs-Git: https://salsa.debian.org/debian/taler-merchant.git
     23 Vcs-browser: https://salsa.debian.org/debian/taler-merchant
     24 Homepage: https://taler.net/
     25 
     26 Package: libtalermerchant
     27 Architecture: any
     28 Pre-Depends:
     29  ${misc:Pre-Depends}
     30 Depends:
     31  lsb-base,
     32  netbase,
     33  ${misc:Depends},
     34  ${shlibs:Depends}
     35 Description: libraries to talk to a GNU Taler merchant.
     36  .
     37  The GNU Taler merchant backend provides e-commerce
     38  applications with a simple RESTful API to integrate
     39  payments using GNU Taler. This C library implements
     40  a client-side version of that REST API.  Please note
     41  that the core API is pretty simple, so applications
     42  may legitimately choose to implement the API directly
     43  instead of using this wrapper.
     44 
     45 Package: taler-merchant
     46 Architecture: any
     47 Pre-Depends:
     48  ${misc:Pre-Depends}
     49 Depends:
     50  libtalermerchant (= ${binary:Version}),
     51  libtalerexchange (>= 1.2.0),
     52  adduser,
     53  lsb-base,
     54  netbase,
     55  gzip,
     56  zstd,
     57  ${misc:Depends},
     58  ${shlibs:Depends}
     59 Recommends:
     60  postgresql (>=15.0),
     61  taler-terms-generator,
     62  taler-merchant-typst,
     63  apache2 | nginx | httpd,
     64  sharutils
     65 Description: GNU's payment system merchant backend.
     66  .
     67  The GNU Taler merchant backend provides e-commerce
     68  applications with a simple RESTful API to integrate
     69  payments using GNU Taler. This package provides the
     70  merchant backend.
     71 
     72 Package: taler-merchant-typst
     73 Architecture: any
     74 Recommends:
     75  pdftk
     76 Description: Typst packages for GNU Taler merchant.
     77  .
     78  This package contains Typst packages used by the
     79  merchant for PDF generation. It should be installed
     80  alongside Typst and pdftk for PDF generation.
     81 
     82 Package: libtalermerchant-dev
     83 Section: libdevel
     84 Architecture: any
     85 Depends:
     86  libtalerexchange-dev (>= 1.2.0),
     87  libgnunet-dev (>=0.26.1),
     88  ${misc:Depends},
     89  ${shlibs:Depends}
     90 Description: libraries to talk to a GNU Taler merchant (development).
     91  .
     92  This package contains the development files for libtalermerchant.