Ports Search

Results 491500 of 5,623 for /devel/.(0.003 seconds)
devel/poison-2.2.0 (Score: 0.032514982)
Pure Elixir JSON library
Poison is a new JSON library for Elixir focusing on wicked-fast speed without sacrificing simplicity, completeness, or correctness. Poison takes several approaches to be the fastest JSON library for Elixir. Poison uses extensive sub binary matching, a hand-rolled parser using several techniques that are known to benefit HiPE for native compilation, IO list encoding and single-pass decoding.
devel/grantlee-5.1.0 (Score: 0.032514982)
String template engine for Qt 5
Grantlee is a string template engine based on the Django template system and written using the Qt framework.
devel/cvsadmin-1.0.3 (Score: 0.032514982)
Simple program to administrate users of a CVS repository
cvsadmin is a simple program to administrate users of a CVS repository. It currently allows you to easily : Name Arguments ---- --------- list list of usernames || nothing add list of usernames del list of usernames email user list rename list of alternating olduser/newuser misc list of usernames sys list of usernames pass list of usernames The actions name should be self-explaining, except misc, which ask you for all the fields (email, system user, password) on your terminal.
devel/red_black_tree-1.2.0 (Score: 0.032514982)
Red-black tree implementation for Elixir
Red-black tree implementation for Elixir.
devel/sorted_set-1.1.0 (Score: 0.032514982)
Sorted Set library for Elixir
A sorted set library for Elixir, implementing the Set protocol.
devel/openocd-0.9.0 (Score: 0.032514982)
Open On-Chip Debugger
The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system programming and boundary-scan testing for embedded target devices. OpenOCD uses a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1) compliant taps on your target board. OpenOCD currently supports many types of hardware dongles: USB based, parallel port based, and other standalone boxes that run OpenOCD internally. It allows MIPS, ARM7, ARM9, XScale and Cortex based cores to be debugged via the GDB protocol. Flash writing is supported for external CFI compatible NOR flashes, NAND and several internal flashes.
devel/p4api-2016.1.1429894 (Score: 0.032514982)
Perforce API (static libraries and header files)
The Perforce Client API is a simple beast which packages up the command invocation, sends it to the server, and then acts on instructions from the server to carry out the actual command.
devel/App-Cmd-0.331 (Score: 0.032514982)
App::Cmd - Write command line apps with less suffering
App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial.
devel/B-Hooks-Parser-0.17 (Score: 0.032514982)
Interface to perls parser variables
This module provides an API for parts of the perl parser. It can be used to modify code while it's being parsed.
devel/cvsdiff2patch-1.0.1 (Score: 0.032514982)
Turn cvs diff output into patch input
This is a text filter for turning "cvs diff" output into something that patch(1) understands. This is needed when your version of cvs(1) makes diffs that confuse patch(1).