Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第7,5517,560项(搜索用时0.01秒)
devel/gnucflow-1.4 (Score: 8.972706E-5)
Tool to chart control flow within the C program
GNU cflow analyzes a collection of C source files and prints a graph charting control flow within the program. Current implementation is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated. Two output formats are implemented: POSIX and GNU (extended). Input files can optionally be preprocessed before analyzing.
devel/jcmdline-2.0.0 (Score: 8.972706E-5)
Java command line processor
The jcmdline package is a Java package with the following goals: * Facilitate parsing/handling of command line parameters. * Add consistency to command line parameter parsing and command usage display through all executables of a Java application. * Automatically generate a command usage based upon defined command line parameters.
devel/gzstream-1.5 (Score: 8.972706E-5)
Provides zlib functionality in an iostream
Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. It is freely available under the LGPL license. Gzstream has been written by Deepak Bandyopadhyay and Lutz Kettner at the Computational Geometry Group at UNC Chapel Hill.
devel/abstract-par-0.3.3 (Score: 8.972706E-5)
Type classes generalizing the functionality of the 'monad-par' library
The 'Par' monad offers a parallel programming API based on dataflow programming. To use the `Par` monad, install the monad-par package, which includes this package as a dependency. This package is an abstract interface only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of @Par@ functionality.
devel/alex-3.1.4 (Score: 8.972706E-5)
Tool for generating lexical analysers in Haskell
Alex is a tool for generating lexical analysers in Haskell. It takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++.
devel/auto-update-0.1.2.2 (Score: 8.972706E-5)
Efficiently run periodic, on-demand actions
A common problem is the desire to have an action run at a scheduled interval, but only if it is needed. This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread.
devel/directory-tree-0.12.0 (Score: 8.972706E-5)
Simple directory-like tree datatype, with useful IO functions
A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance. Provides a simple data structure mirroring a directory tree on the filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad.
devel/haskell-src-1.0.2.0 (Score: 8.972706E-5)
Support for manipulating Haskell source code
The haskell-src package provides support for manipulating Haskell source code. The package provides a lexer, parser and pretty-printer, and a definition of a Haskell abstract syntax tree (AST). Common uses of this package are to parse or generate Haskell 98 code.
devel/hslogger-1.2.9 (Score: 8.972706E-5)
Versatile logging framework
hslogger is a logging framework for Haskell, roughly similar to Python's logging module. hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in.
devel/preprocessor-tools-1.0.1 (Score: 8.972706E-5)
Framework for extending Haskell's syntax via quick-and-dirty preprocessors
This library provides a quick-and-dirty (but often effective) method for extending Haskell's syntax using a custom preprocessor. It parses Haskell into a bare-bones AST with just enough knowledge of the syntax to preserve nesting, and then allows transformations on the AST.