Ports Search

Results 1,2311,240 of 5,623 for /devel/.(0.003 seconds)
devel/libdbusmenu-16.04.0 (Score: 0.032514982)
GLib and Gtk Implementation of the DBusMenu protocol
Library that provides GLib and Gtk implementation of the DBusMenu protocol. The DBusMenu protocol make it possible for applications to export and import their menus over DBus.
devel/libdfui-4.1.20060122 (Score: 0.032514982)
Abstract user interface protocol library
DFUI is a user interface abstraction in the form of a protocol by which application logic (such as a system installer) in the backend can talk to a concrete user interface (such as curses or GTK) in the frontend.
devel/libdict-0.2.1 (Score: 0.032514982)
Library providing access to ``dictionary'' data structures
Libdict is a compact, ANSI C library which provides access to a set of generic and flexible ``dictionary'' data structures. All algorithms used in libdict have been optimized, and, with one very small exception, are not recursive but iterative. It was written by Farooq Mela, and is released under a BSD style licence. Libdict implements the following data structures: AVL Tree, Red-Black Tree, Splay Tree, Treap, Weight-balanced tree, Path-reduction tree, Hashtable (Chained). These structures can be used to efficiently store and retrieve key-data pairs. Each of these structures can be accessed using its direct API, or it can be accessed using a dictionary abstraction. Despite it's name, libdict can be used to store any kind of data and any kind of key (provided it fits into a 'void' pointer on your system).
devel/libaura-3.1.20051222 (Score: 0.032514982)
Library of Assorted Useful Reusable Abstractions
Libaura is a library of Assorted Useful Reusable Abstractions - data structures and utilities for C language programming. At present, they include: - memory allocators/deallocators - key<->value dictionaries (hashed or sorted) - extensible buffers - filesystem predicates (is_dir, is_named_pipe, etc) - popen() variation which allows the caller to know the pid of the process on the other end of the pipe.
devel/libavl-1.4.0 (Score: 0.032514982)
Library for balanced binary trees
GNU libavl, a library for balanced binary trees. Balanced binary trees provide guaranteed O(lg n) performance for list insertion, deletion, and search operations. libavl is the most complete free balanced binary tree library on the net today, supporting AVL trees in plain, threaded, and right-threaded forms as well as plain red-black trees.
devel/libbegemot-1.11 (Score: 0.032514982)
Function library for begemot tools
This is the begemot utility function library. It is needed to build most of the begemot tools.
devel/libbfd-2.19.1 (Score: 0.032514982)
Universal BFD library from GNU binutils
Universal BFD library from the GNU binutils BFD stands for "Binary File Descriptor". This library can handle almost any object file format on earth.
devel/cmdln-1.1.2 (Score: 0.032514982)
Python module for easily building good multi-command scripts
cmdln.py fixes some of the design flaws in cmd.py and takes advantage of new Python stdlib modules (e.g. optparse) so that it is more useful (and convenient) for implementing command-line scripts/shells.
devel/coil-0.3.20 (Score: 0.032514982)
Powerful configuration language for Python
[ description from README.txt ] Coil: A Configuration Library. Introduction ============ Coil is a configuration file format that is parsed into a tree of dict like Struct objects. The format supports inheritance, allowing complicated configurations to be as compact as possible. Design Goals ============ General design/implementation goals, some have been met, others are still in progress. - Support Twisted and non-Twisted reactor driven Python programs. - Scalable to complex configurations, easily avoiding duplication. - Orthogonal to code; code should not be required to know about the config system used, it should be regular Python or Twisted code. - Minimal boilerplate.
devel/libdisorder-0.0.2 (Score: 0.032514982)
Simple C library for entropy measurement
Disorder and chaos are interesting phenomena. Calculating the amount of entropy, information, or disorder in an information stream or data collection has many interesting applications. libdisorder provides a simple C library for calculating classic Shannon entropy (more to come in future releases).