Ports Search

Results 4,5714,580 of 5,623 for /devel/.(0.009 seconds)
devel/setuptools_darcs-1.2.11 (Score: 0.032514982)
Setuptools plugin for darcs
setuptools plugin for darcs.
devel/rhtvision-2.2.1.1 (Score: 0.032514982)
Complete C++ Text User Interface (TUI) library
A complete C++ Text User Interface (TUI) featuring windows, dialogs (buttons, check and radio boxes, input boxes, etc.), mouse support, menus, etc. It's available for various platforms and compilers.
devel/openmp-3.9.0 (Score: 0.032514982)
Support for the OpenMP language
The OpenMP subproject of LLVM contains the components required to build an executable OpenMP program that are outside the compiler itself. Here you can find : * the code for the runtime library against which code compiled by clang -fopenmp must be linked before it can run. * the library that supports offload to target devices (in "offload") * the OpenUH test-suite used to validate the OpenMP runtime
devel/setuptools_scm-1.10.1 (Score: 0.032514982)
Setuptools plugin to manage your versions by scm tags
Handles managing your python package versions in scm metadata instead of declaring them as the version argument or in a scm managed file.
devel/should_dsl-2.1.2 (Score: 0.032514982)
Should assertions in Python as clear and readable as possible
Should assertions in Python as clear and readable as possible
devel/Class-C3-0.32 (Score: 0.032514982)
Pragma to use the C3 method resolution order algorithm
This is a pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order.
devel/rpm-spec-mode.el-0.12 (Score: 0.032514982)
RPM spec file editing commands for Emacs
This mode is used for editing spec files used for building RPM packages.
devel/simplegeneric-0.8.1 (Score: 0.032514982)
Simple generic functions
The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library.
devel/aspectr-0.3.5 (Score: 0.032514982)
Ruby libraries for Aspect programming
This package allows Ruby developers to write their code using aspect- oriented programming style. AspectR is somewhat similar to AspectJ.
devel/Config-Model-2.091 (Score: 0.032514982)
Model to create configuration validation tool
Config::Model will generate interactive configuration editors (with integrated help and data validation). These editors can be graphical, curses based, or based on ReadLine.