Warning, /utilities/okteta/core/README.md is written in an unsupported language. File is not indexed.

0001 Okteta Core library
0002 ===================
0003 Part of the Okteta project, made within the KDE community.
0004 
0005 Copyright: 2003-2024 Friedrich W. H. Kossebau <kossebau@kde.org>
0006 
0007 Author/Maintainer: Friedrich W. H. Kossebau <kossebau@kde.org>
0008 
0009 
0010 Description
0011 -----------
0012 The library offers an abstract byte array interface called `Okteta::AbstractByteArrayModel`.
0013 This interface can be subclassed to offer access to different byte arrays
0014 like paged gigabyte big files, video memory or whatever you can imagine
0015 (hopefully). Some example byte array models are included.
0016 
0017 As the API of these classes is still in active development there is no guarantee
0018 on the binary or source compatibility between 0.x releases. If there is a change
0019 the namespace postfix will be increased by 1, so different versions of the lib
0020 could be used even in the same process without symbol conflicts, if e.g. plugins
0021 use different versions.
0022 
0023 
0024 Installing
0025 ----------
0026 Installs the lib and the public headers, incl. CamelCase variants.