Ports Search

Results 1,3011,310 of 5,623 for /devel/.(0.003 seconds)
devel/libhid-0.2.16 (Score: 0.032514982)
User-space HID access library written in C
LibHID is a user-space HID access library written in C. It provides a generic and flexible way to access and interact with USB HID devices, much like libusb does for plain USB devices. It is based on libusb, thus it requires no HID support in the kernel. Furthermore, it aims to support all operating system supported by libusb: Linux, BSD, OS X, and Windows.
devel/libhoard-3.10 (Score: 0.032514982)
Fast, scalable, and memory-efficient allocator for MP
The Hoard memory allocator is a fast, scalable, and memory-efficient memory allocator for shared-memory multiprocessors. Multithreaded programs that perform dynamic memory allocation do not scale because the heap is a bottleneck. When multiple threads simultaneously allocate or deallocate memory from the heap, they will be serialized while waiting for the heap lock. Programs making intensive use of the heap actually slow down as the number of processors increases. (Note: If you make a lot of use of the STL, you may not know it, but you are making a lot of use of the heap.) Hoard is a fast allocator that solves this problem. In addition, it has very reasonable bounds on memory consumption.
devel/libg19-1.1.1 (Score: 0.032514982)
G19 library
A library that handles the USB interfacing with the G19
devel/libical-glib-1.0.4 (Score: 0.032514982)
Introspection bindings for libical
Gobject-introspection bindings for libical.
devel/libical-1.0.1 (Score: 0.032514982)
Implementation of the IETF Calendaring and Scheduling protocols
Libical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents.
devel/libinotify-20160505 (Score: 0.032514982)
Kevent based inotify compatible library
This library provides inotify-compatible interface for applications, that need to monitor changes happening in a filesystem. It can be useful when porting Linux applications, which often use inotify interface. The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet implemented, so the relevant tests are known to fail.
devel/libiqxmlrpc-0.12.12 (Score: 0.032514982)
Free, object-oriented XML-RPC implementation written in C++
Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC solution for both client and server. It supports HTTP and HTTPS, both single-threaded and multi-threaded computation models on the server side, method interceptors, and other features.
devel/libgee-0.6.8 (Score: 0.032514982)
GObject collection library
Libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures.
devel/getline-3.9 (Score: 0.032514982)
Small, portable, and easy to use command line library
a small, portable, and easy to use command line library
devel/php56-5.6.26 (Score: 0.032514982)
The readline shared extension for php