1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: libofx
Maintainer: Dylan Aïssi <daissi@debian.org>
Section: libs
Priority: optional
Build-Depends: curl,
debhelper (>= 12),
doxygen,
gengetopt,
help2man,
libcurl4-gnutls-dev,
libosp-dev,
libxml++2.6-dev,
perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian/libofx
Vcs-Git: https://salsa.debian.org/debian/libofx.git
Homepage: https://github.com/libofx/libofx
Package: libofx7
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: ofx
Description: library to support the Open Financial Exchange format
Open Financial Exchange is an open standard for exchanging financial
information. Using this library a program can enable support for
common financial transactions such as bill payment, accessing account
information and investment tracking.
Package: libofx-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libc6-dev | libc-dev,
libofx7 (= ${binary:Version}),
libosp-dev,
${misc:Depends}
Suggests: libofx-doc
Description: development package for libofx7
This package provides header files and related support for developing
packages that use libofx7, a library to support the Open Financial Exchange
format.
.
Open Financial Exchange is an open standard for exchanging financial
information. Using this library a program can enable support for
common financial transactions such as bill payment, accessing account
information and investment tracking.
Package: libofx-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: libofx-dev (>= ${source:Version})
Description: documentation for libofx7
This package provides HTML documentation and sample OFX files for developing
packages using libofx7, a library to support the Open Financial Exchange
format.
.
Open Financial Exchange is an open standard for exchanging financial
information. Using this library a program can enable support for
common financial transactions such as bill payment, accessing account
information and investment tracking.
Package: ofx
Architecture: any
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Open Financial Exchange programs
This package contains programs that implement a primitive interface for
exchanging financial information using Open Financial Exchange. More
sophisticated access is normally done through programs using the libofx
library rather than with the programs here.
|