cabal-version: >=1.10 name: libssh version: 0.1.0.0 synopsis: libssh bindings description: libssh bindings bug-reports: https://codeberg.org/defanor/libssh-hs/issues license: MIT license-file: LICENSE author: defanor maintainer: defanor@thunix.net build-type: Simple category: Network extra-source-files: README tested-with: GHC == 8.0.1, GHC == 8.8.4, GHC == 9.0.2 source-repository head type: git location: https://codeberg.org/defanor/libssh-hs library exposed-modules: Network.LibSSH , Network.LibSSH.Core other-extensions: CApiFFI build-depends: base >= 4.7 && < 5 , bytestring >= 0.10 && < 1 default-language: Haskell2010 pkgconfig-depends: libssh