pcap-conduit alternatives and similar packages
Based on the "Development" category.
Alternatively, view pcap-conduit alternatives based on common mentions on social networks and blogs.
-
hadolint
Dockerfile linter, validate inline bash, written in Haskell -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
retrie
Retrie is a powerful, easy-to-use codemodding tool for Haskell. -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
threadscope
A graphical tool for profiling parallel Haskell programs
Static code analysis for 29 languages.
Do you think we are missing an alternative of pcap-conduit or a related project?
Popular Comparisons
README
Conduit <-> Pcap
pcap-conduit
lets you use the Conduit package to iterate over network data, using
the libpcap
API. It allows you to stream in both offline pcap dump files and live
network interfaces into a conduit Source
.
travis-ci.org results:
Installation
It's just a cabal install
away on Hackage:
$ cabal install pcap-conduit
Join in
File bugs in the GitHub issue tracker.
Master git repository:
git clone https://github.com/thoughtpolice/pcap-conduit.git
There's also a BitBucket mirror:
git clone https://bitbucket.org/thoughtpolice/pcap-conduit.git
Authors
See AUTHORS.txt.
License
BSD3. See LICENSE.txt for terms of copyright and redistribution.
*Note that all licence references and agreements mentioned in the pcap-conduit README section above
are relevant to that project's source code only.