Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,0712,080项(搜索用时0.003秒)
devel/Data-Lazy-0.6 (Score: 0.032514982)
"lazy" variables
A very little module for simulating laziness in perl. It provides scalars that are "lazy", that is their value is computed only if necessary and at most once.
devel/anjuta-extras-3.10.0 (Score: 0.032514982)
Extra anjuta 3 plugins
Extra plugins for the Anjuta IDE.
devel/Data-Lock-1.03 (Score: 0.032514982)
Make variables (im)?mutable
Data::Lock makes the specified variable immutable like Readonly. Unlike Readonly which implements immutability via tie, Data::Lock makes use of the internal flag of perl SV so it imposes almost no penalty. Like Readonly, Data::Lock locks not only the variable itself but also elements therein. You can Data::Lock objects as well.
devel/anjuta-3.18.2 (Score: 0.032514982)
Integrated Development Environment for C and C++
Anjuta is a very versatile Integrated development environment for C and C++. Written in GTK/GNOME and written for GTK+/GNOME, it features many advanced programming tools and utilities. It is basically a GUI interface for the bunch of command line programming utilities and tools available for FreeBSD, which are usually run in console and are very user unfriendly.
devel/antlr3-3.5.2 (Score: 0.032514982)
ANother Tool for Language Recognition
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions.
devel/antlr4-4.5.3 (Score: 0.032514982)
ANother Tool for Language Recognition
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions.
devel/hidef-0.1.13 (Score: 0.032514982)
Constants for real
Allow definition of user defined constants in simple ini files, which are then processed like internal constants, without any of the usual performance penalties.
devel/msgpack-0.6.0 (Score: 0.032514982)
MessagePack (de)serializer for Erlang
MessagePack (de)serializer for Erlang.
devel/api-sanity-checker-1.98.4 (Score: 0.032514982)
Quickly generate sanity tests for the API of a C/C++ shared library
API Sanity Autotest is a test generator for shared C/C++ libraries. It can quickly generate simple ("sanity" or "shallow"-quality) tests for functions from the library API, using the signatures and data type definitions from the library header files. The tests can detect critical errors in simple use cases, and can be improved with highly reusable specialized types. API Sanity Autotest can execute generated tests and detect all kinds of emitted signals, early program exits, program hanging and specified requirement failures. API Sanity Autotest also supports tests in the Template2Code format, and has a random test generation mode and other useful features.
devel/Data-ACL-0.02 (Score: 0.032514982)
Data::ACL - Perl extension for simple ACL lists
This module implements a series of allowed and denied access control lists for permissive controls. The Set::NestedGroups module is used to define users and nested permissive groups.