name: net-spider-rpl version: 0.3.0.0 author: Toshio Ito maintainer: Toshio Ito license: BSD3 license-file: LICENSE synopsis: NetSpider data model and utility for RPL networks description: NetSpider data model and utility for RPL networks. See "NetSpider.RPL". category: Database cabal-version: >= 1.10 build-type: Simple extra-source-files: README.md, ChangeLog.md, test/data/cooja.log, test/data/syslog_root.log, test/data/syslog_nonroot.log, test/data/syslog_sr_tables.log, test/data/syslog_inf_rank.log, test/data/syslog_interleaving.log homepage: https://github.com/debug-ito/net-spider bug-reports: https://github.com/debug-ito/net-spider/issues library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -fno-warn-unused-imports default-extensions: StrictData, OverloadedStrings other-extensions: OverloadedStrings, DeriveGeneric exposed-modules: NetSpider.RPL, NetSpider.RPL.FindingID, NetSpider.RPL.DIO, NetSpider.RPL.DAO, NetSpider.RPL.Combined, NetSpider.RPL.ContikiNG other-modules: NetSpider.RPL.IPv6 build-depends: base >=4.11.1.0 && <4.13, aeson >=1.3.1.1 && <1.5, greskell >=0.2.3.0 && <0.3, net-spider >=0.3.1.0 && <0.4, text >=1.2.3.1 && <1.3, ip >=1.3.0 && <1.5, hashable >=1.2.7.0 && <1.3, time >=1.8.0.2 && <1.9, conduit-parse >=0.2.1.0 && <0.3, conduit >=1.3.1 && <1.4, mtl >=2.2.2 && <2.3, safe-exceptions >=0.1.7.0 && <0.2, monad-logger >=0.3.28.1 && <0.4 -- executable net-spider-rpl -- default-language: Haskell2010 -- hs-source-dirs: app -- main-is: Main.hs -- ghc-options: -Wall -fno-warn-unused-imports -- -- other-modules: -- -- default-extensions: -- -- other-extensions: -- build-depends: base test-suite spec type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test ghc-options: -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m" main-is: Spec.hs -- default-extensions: other-extensions: OverloadedStrings other-modules: NetSpider.RPL.ContikiNGSpec build-depends: base, net-spider-rpl, net-spider, text, monad-logger, hspec >=2.5.5, bytestring >=0.10.8.2 && <0.11, fast-logger >=2.4.11 && <2.5 source-repository head type: git location: https://github.com/debug-ito/net-spider.git