Ports Search

Results 5,1415,150 of 5,623 for /devel/.(0.004 seconds)
devel/mixlib-cli-1.4.0 (Score: 0.032514982)
Simple mixin for CLI interfaces, including option parsing
Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish.
devel/mixlib-config-2.1.0 (Score: 0.032514982)
Class based config mixin, similar to the one found in Chef
Mixlib::Config provides a class-based configuration object, like the one used in Chef.
devel/mixlib-log-1.6.0 (Score: 0.032514982)
Provides a simple mixin for log functionality
Mixlib::Log provides a mixin for enabling a class based logger object, a-la Merb, Chef, and Nanite.
devel/tass64-1.51.727 (Score: 0.032514982)
6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler
6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler Key features: Open source, mostly portable C with minimal dependencies Familiar syntax to Omicron TASS and TASM. Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02 Arbitrary-precision integers and bitstrings, double precision floating point nos Character and byte strings, array arithmetic Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, unicode strings Supports Unicode identifiers with case folding and compatibility normalization Built-in "linker" with section support CPU or flat address space for creating huge binaries (e.g. cartridges) Conditional compilation, macros, struct/union structures, scopes.
devel/mixlib-shellout-1.4.0 (Score: 0.032514982)
Shell interface that also collects stdout and stderr
Mixlib::shellout provides a simplified interface to shelling out yet still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc.
devel/mkrf-0.2.3 (Score: 0.032514982)
Replacement to mkmf generates Rakefiles to build C Extensions
Replacement to mkmf generates Rakefiles to build C Extensions.
devel/mocha-0.14.0 (Score: 0.032514982)
Library for mocking and stubbing syntax like JMock and SchMock
Mocha is a library for mocking and stubbing using a syntax like that of JMock, and SchMock. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and instances.
devel/tclap-1.2.1 (Score: 0.032514982)
Verbose replacement for getopt
To quote the description: TCLAP is a small, flexible library that provides a simple interface for defining and accessing command line arguments. It seems to do everything that getopt(3) can do. It is needed here as a dependency for graphics/hugin.
devel/moneta-0.7.19 (Score: 0.032514982)
Unified interface to key/value stores
Moneta provides a standard interface for interacting with various kinds of key/value stores.
devel/xsd-4.0.0 (Score: 0.032514982)
W3C XML Schema to C++ translator
CodeSynthesis XSD is a W3C XML Schema to C++ translator. It generates vocabulary-specific, statically-typed C++ mappings (also called bindings) from XML Schema definitions. XSD supports two C++ mappings: in-memory C++/Tree and event-driven C++/Parser. The C++/Tree mapping consists of C++ classes that represent data types defined in XML Schema, a set of parsing functions that convert XML documents to a tree-like in-memory object model, and a set of serialization functions that convert the object model back to XML. The C++/Parser mapping provides parser skeletons for data types defined in XML Schema. Using these parser skeletons you can build your own in-memory representations or perform immediate processing of XML documents.