Ports Search

Results 841850 of 5,623 for /devel/.(0.003 seconds)
devel/system-fileio-0.3.16.3 (Score: 0.032514982)
Consistent filesystem interaction across GHC versions
This is a small wrapper around the "directory", "Unix", and "Win32" packages, for use with "system-filepath". It provides a consistent API to the various versions of these packages distributed with different versions of GHC. In particular, this library supports working with POSIX files that have paths which can't be decoded in the current locale encoding.
devel/twilio-5.6.0 (Score: 0.032514982)
Python module for communicating with the Twilio API
The twilio-python helper library lets you write Python code to make HTTP requests to the Twilio API.
devel/uniplate-1.6.12 (Score: 0.032514982)
Help writing simple, concise, and fast generic operations
Uniplate is a library for writing simple and consie generic operations. Uniplate has similar goals to the original Scap Your Boilerplate work, but is substantially simpler and faster.
devel/unix-compat-0.4.1.4 (Score: 0.032514982)
Portable POSIX-compatibility layer
This package provides portable implementations of parts of the Unix package. This package re-exports the Unix package when available. When it isn't available, portable implementations are used.
devel/yaml-3.11 (Score: 0.032514982)
Python YAML parser
PyYAML is a YAML parser and emitter for the Python programming language. PyYAML features : * a complete YAML 1.1 parser. In particular, PyYAML can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. * Unicode support including UTF-8/UTF-16 input/output and \u escape sequences. * low-level event-based parser and emitter API (like SAX). * high-level API for serializing and deserializing native Python objects (like DOM or pickle). * support for all types from the YAML types repository. A simple extension API is provided. * relatively sensible error messages.
devel/hub-2.2.3 (Score: 0.032514982)
Introduces git to GitHub
hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.
devel/hwloc-1.11.1 (Score: 0.032514982)
Portable Hardware Locality software package
The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including as follows: - NUMA memory nodes; - sockets; - shared caches; - cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices (such as network interfaces, InfiniBand HCAs or GPUs). It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently [1]. [1] Portable Hardware Locality (hwloc) WWW.
devel/click-6.6 (Score: 0.032514982)
Python package for creating command line interfaces
devel/icmake-7.22.01 (Score: 0.032514982)
Intelligent C-like Maker
Icmake is a hybrid between a 'make' utility and a 'shell script' language. Originally, it was concocted to provide a useful tool for automatic program maintenance and system administrative tasks on MS-DOS platforms. Later on, Icmake was eventually ported to Unix platforms (SCO and Linux). By now Icmake also runs on a HP-Unix platform.
devel/pylru-cache-0.1.4 (Score: 0.032514982)
LRU cache for Python