Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第7,6117,620项(搜索用时0.01秒)
devel/auto-update-0.1.2.2 (Score: 2.1584389E-4)
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: 2.1584389E-4)
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: 2.1584389E-4)
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: 2.1584389E-4)
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: 2.1584389E-4)
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.
devel/libantlr3c-3.4 (Score: 2.1584389E-4)
ANother Tool for Language Recognition (C runtime)
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting. This package provides the ANTLR v3 C runtime library.
devel/libcheck-0.10.0 (Score: 2.1584389E-4)
Unit test framework for C
Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals.
devel/libevdev-1.4.4 (Score: 2.1584389E-4)
Linux Event Device library
libevdev is a wrapper library for evdev devices. It moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc. The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.
devel/libmba-0.9.1 (Score: 2.1584389E-4)
Collection of C modules potentially useful to any project
The libmba package is a collection of mostly independent C modules potentially useful to any project. There are hashmap, linkedlist, and stack ADTs, a DOM- like interface that can load and store XML files for simple XML processing, a module for managing error codes and associated messages across separate C libraries, and more.
devel/librevisa-vish-0.0.20130714 (Score: 2.1584389E-4)
Open Source VISA shell for interfacing test and measurement equipment
VISA is a multivendor standard for interfacing test and measurement equipment. LibreVISA aims to be a compliant implementation of the VISA standard in a free software library. Currently support for targets connected via USB, exposing the USBTMC interface, and VXI-11 devices.