A library which provides support for OFX command responses http://libofx.sourceforge.net/
Go to file
2024-01-06 05:16:04 +01:00
libofx-0.9.0-gcc43.patch automatic version update by autodist [release 0.9.8-1mamba;Thu Apr 18 2013] 2024-01-06 05:16:03 +01:00
libofx-0.9.5-gcc-4.7.patch automatic version update by autodist [release 0.9.8-1mamba;Thu Apr 18 2013] 2024-01-06 05:16:03 +01:00
libofx.spec automatic version update by autodist [release 0.9.15-1mamba;Sat Jan 25 2020] 2024-01-06 05:16:04 +01:00
README.md automatic version update by autodist [release 0.9.8-1mamba;Thu Apr 18 2013] 2024-01-06 05:16:03 +01:00

libofx

This is the LibOFX library. It is a API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions. See http://www.ofx.net/ofx/default.asp for details and specification. LibOFX is based on the excellent OpenSP library written by James Clark, and now part of the OpenJADE http://openjade.sourceforge.net/ project. OpenSP by itself is not widely distributed. OpenJADE 1.3.1 includes a version on OpenSP that will link, however, it has some major problems with LibOFX and isn't recommended. Since LibOFX uses the generic interface to OpenSP, it should be compatible with all recent versions of OpenSP (It has been developed with OpenSP-1.5pre5). LibOFX is written in C++, but provides a C style interface usable transparently from both C and C++ using a single include file.