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
|
Source: quickfix
Priority: optional
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10),
doxygen,
graphviz,
quilt,
libxml2-dev,
default-libmysqlclient-dev,
libpqxx-dev,
libboost-all-dev,
libssl-dev,
libtool,
psmisc,
flex,
ruby
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/quickfix/quickfix
Package: libquickfix-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libquickfix17t64 (= ${binary:Version}),
libxml2-dev,
libssl-dev,
${misc:Depends}
Suggests: libquickfix-doc
Description: FIX protocol library - development files
The Financial Information eXchange (FIX) Protocol is a message standard
developed to facilitate the electronic exchange of information related to
securities transactions. It is intended for use between trading partners
wishing to automate communications.
.
This package includes the quickfix development files.
Package: libquickfix17t64
Provides: ${t64:Provides}
Replaces: libquickfix17
Breaks: libquickfix17 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: FIX protocol library - runtime files
The Financial Information eXchange (FIX) Protocol is a message standard
developed to facilitate the electronic exchange of information related to
securities transactions. It is intended for use between trading partners
wishing to automate communications.
.
This package includes the quickfix runtime files.
Package: libquickfix-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: libquickfix-dev
Description: FIX protocol library - documentation
The Financial Information Exchange (FIX) Protocol is a message standard
developed to facilitate the electronic exchange of information related to
securities transactions. It is intended for use between trading partners
wishing to automate communications.
.
This package includes the quickfix documentation.
|