Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,3211,330项(搜索用时0.003秒)
devel/libhash-1.0.3 (Score: 0.032514982)
Library for manipulating hash tables
This C library provides functions for manipulating in memory hash tables (aka associative arrays). Data is stored as void *'s so any data structure can be stored.
devel/liblouis-2.6.5 (Score: 0.032514982)
Open-source Braille Translator And Back-translator
Liblouis is an open-source braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many, many languages and has support for hyphenation. New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. Liblouis also supports math braille (Nemeth and Marburg). The formatting of braille is provided by the companion project liblouisxml.
devel/APCu-5.1.5 (Score: 0.032514982)
APC User Caching
APCu - APC User Cache
devel/libmaa-1.3.2 (Score: 0.032514982)
Provides a few data structures and helpful functions
The LIBMAA library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although LIBMAA was designed and implemented as a foundation for the Khepera Transformation System, the data structures are generally applicable to a wide range of programming problems. The memory management routines are especially helpful for improving the performance of memory-intensive applications.
devel/libmatheval-1.1.11 (Score: 0.032514982)
Library to evaluate mathematical functions
GNU libmatheval is a library which contains several procedures that make it possible to create an in-memory tree from the string representation of a mathematical function over single or multiple variables. This tree can be used later to evaluate a function for specified variable values, to create a corresponding tree for the function derivative over a specified variable or to write a textual tree representation to a specified string. The library exposes C and Fortran 77 interfaces.
devel/libmimedir-0.5.1 (Score: 0.032514982)
Library for parsing RFC2425 MIME Directory Profile information
libmimedir parses MIME Directory Profile which is defined in RFC 2425.
devel/libmowgli-1.0.0 (Score: 0.032514982)
Development framework for C
mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a supplement to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.
devel/libmowgli2-2.1.0 (Score: 0.032514982)
Development framework for C
mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a supplement to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.
devel/libixp-0.5 (Score: 0.032514982)
Standalone client/server 9P library
libixp is a stand-alone client/server 9P library including ixpc client which behaves like wmiir in the past. It consists of less than 2000 lines of code (including ixpc). libixp's server API is based heavily on that of Plan 9's lib9p, and the two libraries export virtually identical data structures.
devel/libjson++-0.5.0 (Score: 0.032514982)
Small C++ library to handle JSON serialized data
A simple, intuitive C++ library to handle JSON serialized data.