Ports Search

Results 12,14112,150 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.021 seconds)
devel/byteable-0.1.1 (Score: 1.5577191E-4)
Type class for sequence of bytes
Abstract class to manipulate sequence of bytes. The use case of this class is abstracting manipulation of types that are just wrapping a bytestring with stronger and more meaniful name.
devel/bytestring-mmap-0.2.2 (Score: 1.5577191E-4)
Mmap support for strict ByteStrings
This library provides a wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, using the virtual memory subsystem to do on-demand loading.
devel/filestore-0.6.1 (Score: 1.5577191E-4)
Interface for versioning file stores
The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided, and other VCSs or databases could be added.
devel/logict-0.6.0.2 (Score: 1.5577191E-4)
Backtracking logic-programming monad
A continuation-based, backtracking, logic programming monad. An adaptation of the two-continuation implementation found in the paper "Backtracking, Interleaving, and Terminating Monad Transformers" [1]. [1] http://okmij.org/ftp/papers/LogicT.pdf
devel/memory-0.8 (Score: 1.5577191E-4)
Memory and related abtraction stuff
Chunk of memory, polymorphic byte array management and manipulation: * A polymorphic byte array abstraction and function similar to strict ByteString. * Different type of byte array abstraction. * Raw memory IO operations (memory set, memory copy, ..). * Aliasing with endianness support.
devel/syb-0.5.1 (Score: 1.5577191E-4)
Scrap Your Boilerplate
This package contains the generics system described in the "Scrap Your Boilerplate" papers. It defines the "Data" class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals.
devel/utf8-string-1 (Score: 1.5577191E-4)
Support for reading and writing UTF-8 strings
A UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.
devel/mcve-7.0.3 (Score: 1.5577191E-4)
PECL Extension for Interface the MCVE/Monetra API
pecl-mcve is a Interface for the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit card processing for Unix.
devel/commons-jxpath-1.3 (Score: 1.5577191E-4)
Utilities for manipulating Java Beans using the XPath syntax
The org.apache.commons.jxpath package defines a simple interpreter of an expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof.
devel/parsekit-1.3.0 (Score: 1.5577191E-4)
Extension for opcodes runtime analysis
Provides a userspace interpretation of the opcodes generated by the Zend engine compiler built into PHP. This extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe.