name: gnome-keyring version: 0.2.3 license: GPL-3 license-file: license.txt author: John Millikin maintainer: John Millikin build-type: Simple cabal-version: >= 1.6 category: Desktop stability: unstable homepage: https://john-millikin.com/software/haskell-gnome-keyring/ bug-reports: mailto:jmillikin@gmail.com synopsis: Bindings for libgnome-keyring 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. . Documentation for the original library is available at . extra-source-files: authors.txt "documentation license.txt" source-repository head type: bazaar location: https://john-millikin.com/branches/haskell-gnome-keyring/0.2/ source-repository this type: bazaar location: https://john-millikin.com/branches/haskell-gnome-keyring/0.2/ tag: haskell-gnome-keyring_0.2.3 library hs-source-dirs: lib ghc-options: -Wall -O2 build-depends: base >= 4.0 && < 5.0 , text >= 0.7 && < 0.12 , bytestring >= 0.9 && < 0.10 , containers >= 0.2 && < 0.6 , time >= 1.1 && < 1.5 build-tools: c2hs >= 0.16 extra-libraries: gnome-keyring pkgconfig-depends: gnome-keyring-1 exposed-modules: Gnome.Keyring Gnome.Keyring.Item Gnome.Keyring.Keyring Gnome.Keyring.NetworkPassword Gnome.Keyring.Operation other-modules: Gnome.Keyring.Internal.FFI Gnome.Keyring.Internal.Operation Gnome.Keyring.Internal.Types Gnome.Keyring.ItemInfo Gnome.Keyring.KeyringInfo Gnome.Keyring.Misc