agentx-0.1.0.5: agentx.cabal
-- Initial agentx.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: agentx
version: 0.1.0.5
synopsis: AgentX protocol for write 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
flag example
description: Install a "agentx_example" executable.
default: False
library
exposed-modules: Network.Protocol.Snmp.AgentX
, Network.Protocol.Snmp.AgentX.MIBTree
, Network.Protocol.Snmp.AgentX.Packet
, Network.Protocol.Snmp.AgentX.Handlers
, Network.Protocol.Snmp.AgentX.Service
, Network.Protocol.Snmp.AgentX.Types
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.9
, snmp
, binary
, unix
, bytestring
, bitwise
, network
, fclabels
, Diff
, mtl
, transformers
, time
, data-default
, containers
, safe
, pipes-network
, pipes
, pipes-concurrency
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
executable agentx_example
if !flag(example)
buildable: False
main-is: Main.hs
build-depends: base >=4.6 && <4.9
, snmp
, binary
, unix
, bytestring
, bitwise
, network
, fclabels
, Diff
, mtl
, transformers
, time
, data-default
, containers
, safe
, pipes-network
, pipes
, pipes-concurrency
hs-source-dirs: src
ghc-options: -Wall -O2 -threaded
default-language: Haskell2010
source-repository head
type: git
location: git@github.com:chemist/agentx.git