Ports Search

Results 4,1314,140 of 5,623 for /devel/.(0.003 seconds)
devel/configobj-5.0.6 (Score: 0.032514982)
Simple but powerful config file reader and writer
ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config file.
devel/more-itertools-2.2 (Score: 0.032514982)
More routines for operating on iterables, beyond itertools
More routines for operating on iterables, beyond itertools.
devel/libcutl-1.10.0 (Score: 0.032514982)
C++ utility library with generic and independent components
libcutl is a C++ utility library. It contains a collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks, etc.
devel/libdasm-1.5 (Score: 0.032514982)
Simple x86 disassembly library
libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw opcode bytes (machine code). It can parse and print out opcodes in AT&T and Intel syntax.
devel/libee-0.4.1 (Score: 0.032514982)
Event expression library inspired by CEE
The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. However, CEE is not finished. At the time of this writing, CEE is under heavy development and even some of its core data structures (like the data dictionary and taxonomy) have not been fully specified. So for the time being, libee should be thought of as a useful library that helps you get your events normalized. If you program cleanly to libee, chances are not bad that only relatively little effort is required to move your app over to be CEE compliant (once the standard is out).
devel/gen_rpc-1.0.2 (Score: 0.032514982)
Scalable RPC library for Erlang
gen_rpc uses a mailbox-per-node architecture and gen_tcp processes to parallelize data reception from multiple nodes without blocking the VM's distributed port.
devel/mwlib.ext-0.13.2 (Score: 0.032514982)
Provide Dependencies for mwlib
mwlib.ext provides external dependencies needed by the mwlib library. It contains a copy of reportlab, which is a BSD licensed pdf generation library.
devel/country-1.20 (Score: 0.032514982)
Python API for ISO country, subdivision, language and currency
pycountry provides the ISO databases for the standards: -- 639: Languages -- 3166: Countries -- 3166-2: Subdivisions of countries -- 4217: Currencies -- 15924: Scripts The package includes a copy from Debian's pkg-isocodes and makes the data accessible through a Python API. Translation files for the various strings are included as well.
devel/cov-core-1.15.0 (Score: 0.032514982)
Plugin core for use by pytest-cov, nose-cov and nose2-cov
This is a lib package for use by pytest-cov, nose-cov and nose2-cov. Unless you're developing a coverage plugin for a test framework, you probably want one of those.
devel/coverage-4.1 (Score: 0.032514982)
Code coverage measurement for Python
Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.