A GObject-based library for accessing the Secret Service API
Install it by running either;
kpkg install libsecret
or
kpkg build libsecret
To see the difference, see The handbook
graph TD
N0["libgpg-error"]
N1["libgcrypt"]
N2["glib"]
N3["vala"]
N4["libsecret"]
style N4 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N5["gobject-introspection"]
N0 --> N1
N1 --> N4
N2 --> N4
N2 --> N3
N2 --> N5
N3 --> N4
N5 --> N4
N5 --> N3