Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,8011,810项(搜索用时0.003秒)
devel/B-Utils-0.27 (Score: 0.032514982)
Helper functions for op tree manipulation
These functions make it easier to manipulate the op tree.
devel/BZ-Client-1.04 (Score: 0.032514982)
Client for the Bugzilla web services API
A client for the Bugzilla web services API.
devel/Best-0.15 (Score: 0.032514982)
Fallbackable module loader
Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed. Best.pm attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found.
devel/binutils-2.27 (Score: 0.032514982)
GNU Binutils for CloudABI cross-development
devel/Benchmark-Timer-0.7107 (Score: 0.032514982)
Code benchmarking tool
Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.
devel/Bread-Board-Declare-0.16 (Score: 0.032514982)
Create Bread::Board containers as normal Moose objects
Bread::Board::Declare is a Moose extension which allows for declaring Bread::Board container classes in a more straightforward and natural way. It sets up Bread::Board::Container as the superclass, and creates services associated with each attribute that you create.
devel/Bread-Board-0.32 (Score: 0.032514982)
Solderless way to wire up your application components
Bread::Board is an inversion of control framework with a focus on dependency injection and lifecycle management. It's goal is to help you write more decoupled objects and components by removing the need for you to manually wire those objects/components together.
devel/C-Scan-0.74 (Score: 0.032514982)
Perl5 module to scan C language files for easily recognized constructs
C-Scan is a Perl module to scan C language files for easily recognized constructs such as included header files, macros and their arguments, declarations of functions, extern declarations, and typedefs. It uses the Data::Flow interface.
devel/B-Size2-2.07 (Score: 0.032514982)
Perl extension to measure size of Perl OPs and SVs
Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09.
devel/CBOR-XS-1.30 (Score: 0.032514982)
Perl does Concise Binary Object Representation (CBOR, RFC7049)
This module converts Perl data structures to the Concise Binary Object Representation (CBOR, RFC7049) and vice versa.