merchant

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

control (2390B)


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