Ports Search

Results 1,7511,760 of 5,623 for /devel/.(0.003 seconds)
devel/App-Build-0.74 (Score: 0.032514982)
Build and install Perl applications
App::Build is a module which extends Module::Build. It is used to install whole applications rather than merely perl modules.
devel/App-CLI-Extension-1.42.1 (Score: 0.032514982)
Extension for App::CLI extension module
App::CLI::Extension is extension for App::CLI extension module.
devel/App-Cache-0.37 (Score: 0.032514982)
Easy application-level caching
The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving information from the network or when it has to complete a large calculation. For example, the Parse::BACKPAN::Packages module downloads a file off the net and parses it, creating a data structure. Only then can it actually provide any useful information for the programmer. Parse::BACKPAN::Packages uses App::Cache to cache both the file download and data structures, providing much faster use when the data is cached. This module stores data in the home directory of the user, in a dot directory. For example, the Parse::BACKPAN::Packages cache is actually stored underneath "~/.parse_backpan_packages/cache/". This is so that permissions are not a problem - it is a per-user, per-application cache.
devel/ccache-3.2.5 (Score: 0.032514982)
Tool to minimize the compile time of C/C++ programs
ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
devel/App-FatPacker-0.010004 (Score: 0.032514982)
Perl extension to pack your dependencies onto your script file
Pack your dependencies onto your script file.
devel/App-GitGot-1.333 (Score: 0.032514982)
Tool to make it easier to manage multiple git repositories
got is a script to make it easier to manage all the version controlled repositories you have on all the computers you use. It can operate on all, some, or just one repo at a time, to both check the status of the repo (up to date, pending changes, dirty, etc.) and sync it with any upstream master.
devel/App-GitHub-1.0.1 (Score: 0.032514982)
GitHub Command Tools
A command line tool wrap Net::GitHub.
devel/App-Rad-1.05 (Score: 0.032514982)
Rapid creation of command line applications
App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program.
devel/App-SD-0.75 (Score: 0.032514982)
Peer-to-peer replicated distributed issue tracker
SD is a peer to peer ticket tracking system built on the Prophet distributed database. SD is designed to make it easy to work with tickets and to share ticket databases with your collaborators
devel/App-CLI-0.313 (Score: 0.032514982)
App::CLI - Dispatcher module for command line interface programs
App::CLI dispatches CLI (command line interface) based commands into command classes. It also supports subcommand and per-command options.