Name: Dust-tools Version: 1.3.2 Description: A set of tools for exploring network filtering Synopsis: Network filtering exploration tools Category: Network License: GPL License-file: LICENSE Author: Brandon Wiley Maintainer: brandon@ischool.utexas.edu Build-Type: Simple Cabal-Version: >=1.8 source-repository head type: git location: git@github.com:blanu/Dust-tools.git Library Build-Depends: base >= 3 && < 5, Dust-crypto, Dust >= 2.3.1, bytestring, entropy, network, cereal, ghc-prim, binary, random, random-extras, random-source, random-fu, containers, directory, split Exposed-modules: Dust.Services.Replay.Replay Executable shaper-server Main-is: Dust/Services/Shaper/ShaperServer.hs Build-Depends: base >= 3 && < 5, Dust >= 2.2.1, bytestring, entropy, network, cereal, ghc-prim, binary, random, random-extras, random-source, random-fu, containers, directory, split Executable shaper-client Main-is: Dust/Services/Shaper/ShaperClient.hs Build-Depends: base >= 3 && < 5, Dust >= 2.2.1, bytestring, entropy, network, cereal, ghc-prim, binary, random, random-extras, random-source, random-fu, containers, directory, split Executable replay-server Main-is: Dust/Services/Replay/ReplayServer.hs Build-Depends: base >= 3 && < 5, Dust >= 2.2.1, bytestring, entropy, network, cereal, ghc-prim, binary, random, random-extras, random-source, random-fu, containers, directory, split Executable replay-client Main-is: Dust/Services/Replay/ReplayClient.hs Build-Depends: base >= 3 && < 5, Dust >= 2.2.1, bytestring, entropy, network, cereal, ghc-prim, binary, random, random-extras, random-source, random-fu, containers, directory, split Executable shaper-export Main-is: Dust/Model/export.hs Build-Depends: base >= 3 && < 5, Dust, bytestring, entropy, network, cereal, ghc-prim, binary, random, random-extras, random-source, random-fu, containers, directory, split, csv Executable shaper-show Main-is: Dust/Model/show.hs Build-Depends: base >= 3 && < 5, Dust, bytestring, entropy, network, cereal, ghc-prim, binary, random, random-extras, random-source, random-fu, containers, directory, split, csv