Ports Search

Results 1,9111,920 of 5,623 for /devel/.(0.003 seconds)
devel/Class-Delegation-1.7.1 (Score: 0.032514982)
Object-oriented delegation
The Class::Delegation module simplifies the creation of delegation-based class hierarchies, allowing a method to be redispatched: * to a single nominated attribute, * to a collection of nominated attributes in parallel, or * to any attribute that can handle the message. These three delegation mechanisms can be specified for: * a single method * a set of nominated methods collectively * any as-yet-undelegated methods * all methods, delegated or not.
devel/asmx-1.8.2 (Score: 0.032514982)
Multi-CPU macro assembler for many major 8-bit and 16-bit CPUs
This is a multi-CPU macro assembler for many major 8-bit and 16-bit CPUs which can assemble code for multiple CPUs in the same source file. Current CPUs supported: * RCA 1802 * MOS Technology 6502, 65C02 and 6502 with undocumented instructions * WDC 65816 (lacks some addressing mode support) * Motorola 6809 * Motorola 6800/6801/68HC11 and Hitachi 6303 * Motorola 6805/68HSC08 * Motorola 68HC16 * Motorola 68000/68010 * Intel 8051 * Intel 8080, 8085, and 8085 with undocumented instructions * Fairchild F8 * Atari Jaguar "Tom" and "Jerry" coprocessors * Zilog Z-80 and Nintendo Gameboy Z-80 variant
devel/Class-Factory-Util-1.7 (Score: 0.032514982)
Utility functions for (factory) classes
This module is part of an effort to take functionality within Alzabo which has general utility and make it available outside of the Alzabo framework.
devel/Class-Factory-1.06 (Score: 0.032514982)
Base class for dynamic factory classes
This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects. Factory classes are used when you have different implementations for the same set of tasks but may not know in advance what implementations you will be using.
devel/Class-Field-0.23 (Score: 0.032514982)
Class Field Accessor Generator
Class::Field exports two subroutines, field and const. These functions are used to declare fields and constants in your class. Class::Field generates custom code for each accessor that is optimized for speed.
devel/Class-Forward-0.100006 (Score: 0.032514982)
Perl extension for class dispatcher that handles namespaces like paths
A class dispatcher that handles namespaces like paths.
devel/Atlas-0.6.3 (Score: 0.032514982)
C++ reference implementation of the Atlas protocol
This library implements the Atlas protocol, for use in client-server game applications. This library is suitable for linking to either clients or servers.
devel/aunit-2016 (Score: 0.032514982)
Ada unit testing framework
AUnit is a set of Ada packages based on the xUnit family of unit test frameworks. It is intended as a developer's tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to generate artifacts for process management. The framework supports easy composition of sets of unit tests to provide flexibility in determining what tests to run for a given purpose.
devel/phpsh-20110513 (Score: 0.032514982)
Interactive shell for PHP
phpsh is an interactive shell for php that features readline history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license.
devel/Clone-PP-1.06 (Score: 0.032514982)
Recursively copy Perl datatypes
This module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects.