Ports Search

Results 11,73111,740 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/Class-Field-0.23 (Score: 9.2878623E-4)
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: 9.2878623E-4)
Perl extension for class dispatcher that handles namespaces like paths
A class dispatcher that handles namespaces like paths.
devel/aunit-2016 (Score: 9.2878623E-4)
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/Clone-PP-1.06 (Score: 9.2878623E-4)
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.
devel/Class-Gomor-1.03 (Score: 9.2878623E-4)
Class and object builder
This module is yet another class builder. This one adds parameter checking in new constructor, that is to check for attributes existence, and definedness.
devel/Class-ISA-0.36 (Score: 9.2878623E-4)
Report the search path for a class's ISA tree
This library, Class::ISA, provides functions that return the list (in order) of names of classes Perl would search to find a method, with no duplicates.
devel/Class-Inner-0.200001 (Score: 9.2878623E-4)
Perlish implementation of Java like inner classes
Yet another implementation of an anonymous class with per object overridable methods, but with the added attraction of sort of working dispatch to the parent class's method.
devel/autoconf-archive-0.2016.03.20 (Score: 9.2878623E-4)
Set of useful GNU Autoconf macros
The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet. Every single one of those macros can be re-used without imposing any restrictions whatsoever on the licensing of the generated configure script. In particular, it is possible to use all those macros in configure scripts that are meant for non-free software.
devel/Class-Inspector-1.28 (Score: 9.2878623E-4)
Provides information about classes
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange or unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
devel/Class-Interfaces-0.04 (Score: 9.2878623E-4)
Module for defining interface classes inline
This module provides a simple means to define abstract class interfaces, which can be used to program using the concepts of interface polymorphism.