control (2057B)
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 apache2 | nginx | httpd 63 Description: GNU's payment system merchant backend. 64 . 65 The GNU Taler merchant backend provides e-commerce 66 applications with a simple RESTful API to integrate 67 payments using GNU Taler. This package provides the 68 merchant backend. 69 70 Package: libtalermerchant-dev 71 Section: libdevel 72 Architecture: any 73 Depends: 74 libtalerexchange-dev (>= 1.2.0), 75 libgnunet-dev (>=0.26.1), 76 ${misc:Depends}, 77 ${shlibs:Depends} 78 Description: libraries to talk to a GNU Taler merchant (development). 79 . 80 This package contains the development files for libtalermerchant.