-- Initial agentx.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: agentx version: 0.1.0.0 synopsis: AgentX protocol for snmp subagents description: Native implementation agentx protocol (rfc2741) license: BSD3 license-file: LICENSE author: chemist maintainer: chemistmail@gmail.com -- copyright: category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable agentx main-is: Main.hs build-depends: base >=4.6 && <4.8 , snmp , binary , bytestring , bitwise , network , fclabels , Diff , mtl , transformers , time , containers , data-default , network-info , safe , pipes-network , pipes , pipes-concurrency hs-source-dirs: src ghc-options: -Wall -threaded -rtsopts -auto-all -caf-all default-language: Haskell2010 -- -- executable client -- main-is: Client.hs -- build-depends: base >=4.6 && <4.8 -- , snmp -- , bytestring -- hs-source-dirs: src -- ghc-options: -Wall -threaded -rtsopts -auto-all -caf-all -- default-language: Haskell2010 library exposed-modules: Network.Protocol.Snmp.AgentX, Network.Protocol.Snmp.AgentX.MIBTree, Network.Protocol.Snmp.AgentX.Packet other-modules: Network.Protocol.Snmp.AgentX.MIBTree.Tree, Network.Protocol.Snmp.AgentX.MIBTree.MIBTree, Network.Protocol.Snmp.AgentX.MIBTree.Types, Network.Protocol.Snmp.AgentX.Packet.Binary, Network.Protocol.Snmp.AgentX.Packet.Get, Network.Protocol.Snmp.AgentX.Packet.Put, Network.Protocol.Snmp.AgentX.Packet.Types -- other-extensions: build-depends: base >=4.6 && <4.8 , snmp , binary , bytestring , bitwise , network , fclabels , Diff , mtl , transformers , time , data-default , containers , network-info , safe , pipes-network , pipes , pipes-concurrency hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 source-repository head type: git location: git@github.com:chemist/agentx.git