name: NetSNMP version: 0.4.0.0 synopsis: Bindings for net-snmp's C API for clients description: Network.Protocol.NetSNMP is a partial binding to the library portion of the net-snmp package. It uses the 'single-session api', which is claimed to be thread-safe. Not all operations are supported yet; please contact the maintainer if you're in need of expanded functionality, and especially if you would like to contribute. category: Network cabal-version: 1.12 license: BSD3 license-file: license author: See authors maintainer: Pavlo Kerestey build-type: Simple homepage: https://github.com/ptek/netsnmp bug-reports: https://github.com/ptek/netsnmp/issues extra-source-files: changes source-repository head type: git location: git@github.com:ptek/netsnmp.git library hs-source-dirs: src build-tools: hsc2hs exposed-modules: Network.Protocol.NetSNMP default-extensions: ForeignFunctionInterface, CPP, EmptyDataDecls extra-libraries: netsnmp ghc-options: -Wall -static -fno-warn-missing-signatures -fno-warn-unused-binds default-language: Haskell2010 build-depends: base >=4.5 && <5 ,bytestring >= 0.9 && < 0.12 test-suite tests hs-source-dirs: tests default-extensions: OverloadedStrings ghc-options: -Wall -static -threaded -fno-warn-missing-signatures -fno-warn-unused-binds -fno-warn-unused-do-bind type: exitcode-stdio-1.0 main-is: RunTests.hs default-language: Haskell2010 build-depends: base >= 4.5 && <5 ,bytestring >= 0.9 && < 0.12 ,HUnit ,NetSNMP ,process