Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,4211,430项(搜索用时0.003秒)
devel/libtpl-1.6 (Score: 0.032514982)
Tpl is a library for serializing C data
You can use tpl to store and reload your C data quickly and easily. Tpl works with files, memory buffers and file descriptors so it's suitable for use as a file format, IPC message format or any scenario where you need to store and retrieve your data.
devel/libublio-20070103 (Score: 0.032514982)
User space caching library
This is a user space caching library, currently used by FreeBSD and Mac OS X to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these systems don't have a block device cache, giving a very slow read/write rate. Note that libublio is _not_ thread safe.
devel/ncc-2.8 (Score: 0.032514982)
Program analysis tool and call-graph navigator
ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects.
devel/libsigsegv-2.10 (Score: 0.032514982)
Handling page faults in user mode
A library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing: * pageable virtual memory, * memory-mapped access to persistent databases, * generational garbage collectors, * stack overflow handlers, * distributed shared memory,
devel/libunicode-0.4 (Score: 0.032514982)
Library for manipulating Unicode characters and strings
libunicode is a library for manipulating Unicode characters and strings. It understands both the UTF-8 and UCS-2 encodings, and has a framework for adding support for new encodings.
devel/libuninum-2.7 (Score: 0.032514982)
Library for converting Unicode strings to numbers
This is a library for converting Unicode strings to numbers. Standard functions like strtoul and strtod do this for numbers written in the usual Western number system using the Indo-Arabic numerals, but they do not handle other number systems. The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer.
devel/libunistring-0.9.6 (Score: 0.032514982)
Unicode string library
GNU LIBUNISTRING - Unicode string library This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
devel/libunwind-20121006 (Score: 0.032514982)
Generic stack unwinding library
The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications. Some examples include: o exception handling The libunwind API makes it trivial to implement the stack-manipulation aspects of exception handling. o debuggers The libunwind API makes it trivial for debuggers to generate the call-chain (backtrace) of the threads in a running program. o introspection It is often useful for a running thread to determine its call-chain. For example, this is useful to display error messages (to show how the error came about) and for performance monitoring/analysis. o efficient setjmp() With libunwind, it is possible to implement an extremely efficient version of setjmp(). Effectively, the only context that needs to be saved consists of the stack-pointer(s).
devel/libuv-1.9.1 (Score: 0.032514982)
Multi-platform support library with a focus on asynchronous I/O
libuv is a multi-platform support library with a focus on asynchronous I/O. Feature highlights: + Full-featured event loop backed by epoll, kqueue, IOCP, event ports. + Asynchronous TCP and UDP sockets + Asynchronous DNS resolution + Asynchronous file and file system operations + File system events + ANSI escape code controlled TTY + IPC with socket sharing, using Unix domain sockets or named pipes (Windows) + Child processes + Thread pool + Signal handling + High resolution clock + Threading and synchronization primitives
devel/libvanessa_adt-0.0.9 (Score: 0.032514982)
Library that provides ADTs (queues, dynamic arrays, and more)
libvanessa_adt is a library that provides Abstract Data Types (ADTs). It includes queues, dynamic arrays and key values.