forked from john-vinters/ConfigFile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (20 loc) · 708 Bytes
/
README
File metadata and controls
31 lines (20 loc) · 708 Bytes
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
ConfigFile
----------
John Vinters, 6-June-2010
Introduction
------------
ConfigFile provides a very simple configuration file implementation for
Ada 2005 programs. It can store/recall Boolean/Float/Long_Float/String
values.
Notes
-----
1. Whitespace and control characters are trimmed from the beginning and
end of control keys/values.
2. Storing strings with embedded LF/CR characters will not work correctly.
3. Maximum Key/Value size is limited by available stack space when loading
from disk.
4. Not task safe; accesses from multiple tasks should be serialized.
Licence
-------
GPL Version 3 (or later) with linking/generic exception (commonly known as
the "GNAT Modified GPL").