Ports Search

Results 4,5814,590 of 5,623 for /devel/.(0.003 seconds)
devel/simplejson-3.8.2 (Score: 0.032514982)
Simple, fast, extensible JSON encoder/decoder
simplejson is a simple, fast, extensible JSON encoder/decoder for Python simplejson is compatible with Python 2.4 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default).
devel/byaccr-0.1 (Score: 0.032514982)
Parser generator for ruby based on 'Berkeley Yacc' and 'Berkeley Yacc for Java'
byaccr is a parser generator for ruby based on 'Berkeley Yacc' and 'Berkeley Yacc for Java'.
devel/simpleparse-2.2.0 (Score: 0.032514982)
Python EBNF parser generator (with mx.TextTools derivative)
SimpleParse is a BSD-licensed Python package providing a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine. SimpleParse allows you to generate parsers directly from your EBNF grammar. Unlike most parser generators, SimpleParse generates single-pass parsers (there is no distinct tokenization stage), an approach taken from the predecessor project (mcf.pars) which attempted to create "autonomously parsing regex objects". The resulting parsers are not as generalized as those created by, for instance, the Earley algorithm, but they do tend to be useful for the parsing of computer file formats and the like (as distinct from natural language and similar "hard" parsing problems). As of version 2.1.0 the SimpleParse project includes a patched copy of the mxTextTools tagging library with the non-recursive rewrite of the core parsing loop. This means that you will need to build the extension module to use SimpleParse, but the effect is to provide a uniform parsing platform where all of the features of a give SimpleParse version are always available.
devel/msgpax-1.0.0 (Score: 0.032514982)
MessagePack implementation for Elixir
This library provides an API for serializing and de-serializing Elixir terms using the MessagePack format.
devel/gaul-0.1849.0 (Score: 0.032514982)
Genetic Algorithm Utility Library
The Genetic Algorithm Utility Library (or, GAUL for short) is a flexible programming library designed to aid in the development of applications that use genetic, or evolutionary, algorithms. It provides data structures and functions for handling and manipulation of the data required for a genetic algorithm. Additional stochastic algorithms are provided for comparison to the genetic algorithms. Much of the functionality is also available through a simple S-Lang interface.
devel/sip-4.17 (Score: 0.032514982)
Python to C and C++ bindings generator
SIP is a tool for generating Python bindings for C and C++ libraries.
devel/six-1.10.0 (Score: 0.032514982)
Python 2 and 3 compatibility utilities
Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.
devel/snack-0.52.18 (Score: 0.032514982)
Not Eriks Windowing Toolkit Python bindings
Python bindings for Newt toolkit. Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. Besides the newt library, this port provides whiptail, which may be used from shell scripts similarly to Savio Lam's "dialog". Newt provides the textual interface for the Red Hat and Debian boot disks.
devel/snackwich-1.3.18 (Score: 0.032514982)
Configuration-based Console UI Framework
Configuration-based Snack/Newt adaptation for easy and attractive console UI forms.
devel/intl-0.11 (Score: 0.032514982)
Simple wrapper of GNU gettext for Ruby
Ruby-intl -- A simple wrapper of GNU gettext for ruby