Ports Search

Results 1,5311,540 of 5,623 for /devel/.(0.003 seconds)
devel/cjson-2.1.0 (Score: 0.032514982)
Fast JSON parsing and encoding support for Lua
Lua CJSON provides fast JSON parsing and encoding support for Lua. It has been tested under Linux, FreeBSD, OSX, Solaris and Windows. Features: - Fast, standards compliant encoding/parsing routines. - Full support for JSON with UTF-8, including decoding surrogate pairs. - Optional run-time support for common exceptions to the JSON specification (NaN, Infinity,..). - No external dependencies.
devel/m17n-docs-1.5.5 (Score: 0.032514982)
m17n library documentation
This package contains the documentation files for the m17n library.
devel/lgi-0.9.0 (Score: 0.032514982)
Lua bindings to libraries using GObject-Introspection
LGI is a gobject-introspection based dynamic Lua binding to GObject-based libraries. It allows using GObject-based libraries directly from Lua.
devel/lpeg-0.12 (Score: 0.032514982)
Parsing Expression Grammars For Lua
LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).
devel/lpeg-0.12 (Score: 0.032514982)
Parsing Expression Grammars For Lua
devel/lunit-0.5 (Score: 0.032514982)
Unit Testing Framework for Lua
Lunit is a unit testing framework for lua, written in lua. It provides currently 27 assert functions, 8 type checking functions and a few miscellaneous functions for usage as an easy unit testing framework.
devel/magit-2.7.0 (Score: 0.032514982)
Interface to Git for Emacs
Magit is an interface to the version control system Git, implemented as an Emacs extension. Unlike Emacs' native Version Control package which strives to provide a unified interface to various version control systems, Magit only supports Git and can therefore better take advantage of its native features.
devel/makedepend-1.0.5 (Score: 0.032514982)
Dependency generator for makefiles
Makedepend is a makefile dependency generator from The XFree86 Project, Inc. If you have X installed, you already have makedepend and do not need this port! Makedepend reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well. Every file that a sourcefile includes, directly or indirectly, is what makedepend calls a "dependency". These dependencies are then written to a makefile in such a way that make will know which object files must be recompiled when a dependency has changed.
devel/marisa-tire-0.24 (Score: 0.032514982)
MARISA: Matching Algorithm with Recursively Implemented StorAge
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. And libmarisa is a C++ library to provide an implementation of MARISA. Also, the package of libmarisa contains a set of command line tools for building and operating a MARISA-based dictionary.
devel/luafilesystem-1.6.3 (Score: 0.032514982)
Library to access directory structure and file attributes