name: gnome-keyring version: 0.1 synopsis: Bindings for libgnome-keyring license: GPL license-file: license.txt author: John Millikin maintainer: jmillikin@gmail.com build-type: Simple cabal-version: >=1.2 category: Desktop description: The GNOME Keyring is a service for securely storing per-user secret information, such as passwords and encryption keys. This library is a binding to the libgnome-keyring C library. . API documentation is available at . . Documentation for the original library is available at . extra-source-files: authors.txt "documentation license.txt" library ghc-options: -Wall build-depends: base >=4 && < 5 , text , bytestring , containers build-tools: c2hs >= 0.16 exposed-modules: Gnome.Keyring Gnome.Keyring.AccessControl Gnome.Keyring.Attribute Gnome.Keyring.Find Gnome.Keyring.Item Gnome.Keyring.ItemInfo Gnome.Keyring.Keyring Gnome.Keyring.KeyringInfo Gnome.Keyring.NetworkPassword Gnome.Keyring.Operation other-modules: Gnome.Keyring.AccessControl.Internal Gnome.Keyring.Attribute.Internal Gnome.Keyring.FFI Gnome.Keyring.Item.Internal Gnome.Keyring.ItemInfo.Internal Gnome.Keyring.KeyringInfo.Internal Gnome.Keyring.Misc Gnome.Keyring.Operation.Internal Gnome.Keyring.Types extra-libraries: gnome-keyring pkgconfig-depends: gnome-keyring-1