Ports 搜索

共有5,824项符合/net/的查询结果,以下是第4,8914,900项(搜索用时0.004秒)
devel/split-sequence-20011114.1 (Score: 0.014903333)
Partitioning Common Lisp sequences
split-sequence is a small library to split sequences in to a list of subsequences delimited by an object satisfying a test function. It is a member of the Common Lisp Utilities family of programs, designed by community consensus.
devel/trivial-features-2010.01.16 (Score: 0.014903333)
Ensures consistent *FEATURES* in Common Lisp
trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X. This package is compiled with SBCL.
devel/trivial-gray-streams-2008.11.02 (Score: 0.014903333)
Thin compatibility layer for Gray streams
trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption." This package is compiled with SBCL.
devel/clewn-1.14 (Score: 0.014903333)
Clewn provides Gdb support within Vim
Clewn implements full gdb support in the vim editor: breakpoints, watch variables, gdb command completion, assembly windows, etc. Clewn is a program controlling vim through the netBeans socket interface, it runs concurrently with vim and talks to vim. Clewn can only be used with gvim, the graphical implementation of vim, as vim on a terminal does not support netBeans.
devel/XML_Serializer-0.21.0 (Score: 0.014903333)
PEAR Swiss-army knive for reading and writing XML files
PEAR::XML_Serializer serializes complex data structures like arrays or object as XML documents. This class helps you generating any XML document you require without the need for DOM. Furthermore this package can be used as a replacement to serialize() and unserialize() as it comes with a matching XML_Unserializer that is able to create PHP data structures (like arrays and objects) from XML documents, if type hints are available. If you use the XML_Unserializer on standard XML files, it will try to guess how it has to be unserialized. In most cases it does exactly what you expect it to do. Try reading a RSS file with XML_Unserializer and you have the whole RSS file in a structured array or even a collection of objects, similar to XML_RSS. Since version 0.8.0 the package is able to treat XML documents similar to the simplexml extension of PHP 5.
devel/APCu-4.0.10 (Score: 0.014903333)
APC User Caching
APCu - APC User Cache
devel/automap-2.1.0 (Score: 0.014903333)
PECL extension offering a fast map-based autoloader
The automap extension is a fast map-based autoloader.
devel/bbcode-1.0.2 (Score: 0.014903333)
PECL extension which allows quick and efficient BBCode Parsing
The bbcode extension is a quick and efficient BBCode Parsing Library. It provides various tag types, high speed one pass parsing, callback system and tag position restriction.
devel/ev-0.2.15 (Score: 0.014903333)
Libev extension for PHP
This is a PHP binding for lib library.
devel/colormake-0.9 (Score: 0.014903333)
Wrapper to color gmake output
This is a simple wrapper around "make" to make its output more readable.