name: gnome-keyring version: 0.3.1.1 license: GPL-3 license-file: LICENSE author: John Millikin maintainer: Nick Pershyn build-type: Simple cabal-version: >= 1.6 category: Desktop stability: unstable homepage: https://github.com/LinuxUser404/haskell-gnome-keyring bug-reports: https://github.com/LinuxUser404/haskell-gnome-keyring/issues 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: ChangeLog.md, README.md authors.txt "documentation license.txt" source-repository head type: git location: https://github.com/LinuxUser404/haskell-gnome-keyring.git source-repository this type: git location: https://github.com/LinuxUser404/haskell-gnome-keyring.git tag: haskell-gnome-keyring_0.3.1.1 library hs-source-dirs: lib ghc-options: -Wall build-depends: base >= 4.0 && < 5.0 , text >= 0.7 , bytestring >= 0.9 , time >= 1.1 build-tools: c2hs >= 0.16 extra-libraries: gnome-keyring pkgconfig-depends: gnome-keyring-1 exposed-modules: Gnome.Keyring