Ports Search

Results 391400 of 5,623 for /devel/.(0.004 seconds)
devel/dash.el-2.12.1 (Score: 0.032514982)
Modern list library for Emacs
A modern list api for Emacs. No 'cl required.
devel/datadraw-3.1.1 (Score: 0.032514982)
Feature rich persistent database generator
DataDraw is an ultra-fast persistent database for high performance programs written in C. It's so fast that many programs keep all their data in a DataDraw database, even while being manipulated in inner loops of compute intensive applications. Unlike slow SQL databases, DataDraw databases are compiled, and directly link into your C programs. DataDraw databases are resident in memory, making data manipulation even faster than if they were stored in native C data structures (really). Further, they can automatically support infinite undo/redo, greatly simplifying many applications. DataDraw databases can be persistent. Modifications to persistent data are written to disk as they are made, which of course dramatically slows write times. However, DataDraw databases can also be volatile. Volatile databases exist only in memory, and only for the duration that your program needs it. Volatile databases can be directly manipulated faster than C structures, since data is better organized in memory to optimize cache performance. DataDraw supports modular design. An application can have one or more common persistent databases, and multiple volatile databases to support various tools' data structures. Classes in a tool's database can extend classes in the common database. DataDraw is also 64-bit optimized, allowing programs to run much faster and in less memory than standard C programs using 64-bit pointers. This is because DataDraw databases support over 4 billion objects of a given class with 32-bit object references.
devel/binutils-2.27 (Score: 0.032514982)
GNU binutils for bare metal AArch64 cross-development
devel/dbus-glib-0.104 (Score: 0.032514982)
GLib bindings for the D-BUS messaging system
GLib bindings for the D-BUS interprocess messaging system.
devel/cflow-2.0 (Score: 0.032514982)
Call graph generator for C code
Cflow reads files as C program source and attempts to print a graph of the program's function call hierarchy to the standard output. Called functions are indented with respect to their calling functions, and printed only once, in the order they occur. This is version 2.0.
devel/dbus-4.8.7 (Score: 0.032514982)
Qt D-Bus inter-process communication module
devel/dbus-5.6.1 (Score: 0.032514982)
Qt D-Bus inter-process communication module
devel/dbus-sharp-glib-0.5.0 (Score: 0.032514982)
D-Bus for .NET: GLib integration module
This is a fork of ndesk-dbus-glib, which provides GLib main loop integration for Managed D-Bus.
devel/dbus-sharp-0.7.0 (Score: 0.032514982)
Mono interface to the D-BUS messaging system
This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
devel/dbus-tcl-2.1 (Score: 0.032514982)
Tcl interface to the D-Bus messaging system
The DBus-Tcl project provides a Tcl interface to the dbus message bus system. It contains packages that allow Tcl programs to send and receive dbus signals, as well as invoke and respond to dbus method calls.