libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

control (1362B)


      1 Source: libeufin
      2 Section: net
      3 Priority: optional
      4 Maintainer: Taler Systems SA <deb@taler.net>
      5 Uploaders: Christian Grothoff <grothoff@gnu.org>, Florian Dold <dold@taler.net>
      6 Build-Depends:
      7  debhelper-compat (= 13),
      8  default-jdk-headless | java-runtime-headless (>= 17)
      9 Standards-Version: 4.7.2
     10 Vcs-Git: https://git.taler.net/libeufin.git
     11 Homepage: https://taler.net/
     12 
     13 Package: libeufin-common
     14 Architecture: all
     15 Depends: ${misc:Depends}
     16 Description: Common files for other libeufin packages.
     17 
     18 Package: libeufin-bank
     19 Architecture: all
     20 Depends:
     21  default-jre-headless | java-runtime-headless (>= 17),
     22  libeufin-common (= ${binary:Version}),
     23  libeufin-bank-webui,
     24  ${misc:Depends}
     25 Recommends:
     26  nginx | apache2 | httpd,
     27  postgresql (>= 14.0)
     28 Description: Software package to provide a regional bank with optional EBICS access.
     29 
     30 Package: libeufin-nexus
     31 Architecture: all
     32 Depends:
     33  default-jre-headless | java-runtime-headless (>= 17),
     34  libeufin-common (= ${binary:Version}),
     35  ${misc:Depends}
     36 Recommends:
     37  nginx | apache2 | httpd,
     38  postgresql (>= 14.0)
     39 Description: Software package to access a bank accounts via the EBICS protocol.
     40 
     41 Package: libeufin-ebisync
     42 Architecture: all
     43 Depends:
     44  default-jre-headless | java-runtime-headless (>= 17),
     45  ${misc:Depends}
     46 Recommends:
     47  postgresql (>= 14.0)
     48 Description: Software package to sync ISO20022 files via the EBICS protocol.