A simple key/value storage system that is heavily optimised for reading
Install it by running either;
kpkg install dconf
or
kpkg build dconf
To see the difference, see The handbook
graph TD
N0["dconf"]
style N0 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N1["glib"]
N2["dbus"]
N3["vala"]
N4["gobject-introspection"]
N2 --> N0
N1 --> N0
N1 --> N3
N1 --> N4
N3 --> N0
N4 --> N3