Ports Search

Results 3,4713,480 of 17,660 for descr%3A%22spam filter%22.(0.009 seconds)
devel/cobra-20160816 (Score: 1.9682127E-4)
Commander for modern Go CLI interactions
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
devel/logutils-0.1 (Score: 1.9682127E-4)
Utilities for slightly better logging in Go (Golang)
logutils is a Go package that augments the standard library "log" package to make logging a bit more modern, without fragmenting the Go ecosystem with new logging packages.
devel/go-metrics-20160521 (Score: 1.9682127E-4)
Golang library for exporting performance and runtime metrics
This library provides a metrics package which can be used to instrument code, expose application metrics, and profile runtime performance in a flexible manner.
devel/hadoop-2.7.2 (Score: 1.9682127E-4)
Apache Map/Reduce framework
The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model.
devel/async-2.0.2 (Score: 1.9682127E-4)
Run IO operations asynchronously and wait for their results
This package provides a higher-level interface over threads, in which an Async a is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. Using Async is safer than using threads in two ways: - When waiting for a thread to return a result, if the thread dies with an exception then the caller must either re-throw the exception (wait) or handle it (waitCatch); the exception cannot be ignored. - The API makes it possible to build a tree of threads that are automatically killed when their parent dies (see withAsync).
devel/hinotify-0.3.8.1 (Score: 1.9682127E-4)
Haskell binding to inotify
This library provides a wrapper to the Linux Kernel's inotify feature, allowing applications to subscribe to notifications when a file is accessed or modified.
devel/ncurses-0.2.15 (Score: 1.9682127E-4)
Modernised Haskell binding to GNU ncurses
GNU ncurses is a library for creating command-line application with pseudo-graphical interfaces. This package is a nice, modern binding to GNU ncurses.
devel/deepseq-generics-0.1.1.2 (Score: 1.9682127E-4)
GHC.Generics-based Control.DeepSeq.rnf implementation
This package provides a "GHC.Generics"-based 'Control.DeepSeq.Generics.genericRnf' function which can be used for providing a 'rnf' implementation.
devel/file-embed-0.0.9 (Score: 1.9682127E-4)
Use Template Haskell to embed file contents directly
Use Template Haskell to read a file or all the files in a directory, and turn them into (path, text) pairs embedded in your haskell code.
devel/resourcet-1.1.6 (Score: 1.9682127E-4)
Deterministic allocation and freeing of scarce resources
This package was originally included with the conduit package, but has existed as a separate package for quite a while. It is fully usable outside of conduit.