Ports Search

Results 1,1411,150 of 5,623 for /devel/.(0.003 seconds)
devel/vector-0.10.12.3 (Score: 0.032514982)
Efficient Arrays
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop fusion optimization framework.
devel/void-0.7 (Score: 0.032514982)
Haskell 98 logically uninhabited data type
A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist.
devel/word8-0.1.2 (Score: 0.032514982)
Word8 library
Word8 library to be used with Data.ByteString.
devel/htable-1.2 (Score: 0.032514982)
Lightweight implementation of hash tables in C
htable is a lightweight implementation of hash tables in C, greatly inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project.
devel/jsonnet-0.8.6 (Score: 0.032514982)
JSON data templating language
Jsonnet is a domain specific configuration language that helps you define JSON data. Jsonnet lets you compute fragments of JSON within the structure, bringing the same benefit to structured data that templating languages bring to plain text. The example below illustrates a few features -- referring to another part of the structure, overriding object fields, and string operations.
devel/jwasm-211a (Score: 0.032514982)
Fork of OpenWatcom x86 assembler with AMD64 support
JWasm is a MASM v6 compatible assembler. It's a fork of Open Watcom's WASM and released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use. JWasm is written in C, source code is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and 64-bit), Elf (32- and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied. - Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX.
devel/k8048-3.05 (Score: 0.032514982)
Programs Microchip PICs using Velleman K8048 board
k8048 is a command-line utility by Darron Broad for programming Microchip PICs, using the Velleman K8048 programmer kit.
devel/idutils-4.6 (Score: 0.032514982)
The classic Berkeley gid/lid tools for looking up variables in code
`mkid' is a simple, fast, high-capacity, language-independent identifier database tool. Actually, the term `identifier' is too limiting--`mkid' stores tokens, be they program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility.
devel/jsond-1.3.0 (Score: 0.032514982)
JavaScript Object Notation in PHP
This is a drop-in alternative to the standard PHP JSON extension.
devel/inilib-1.0.7b3 (Score: 0.032514982)
C++ lib which provides a method of saving the "state" of a program
inilib is a C++ library which provides a method of saving the "state" of a program. inilib provides a means of storing a number of arbitrary settings in memory with an easy access interface, as well providing means for saving the information to and loading it from disk. Data is stored in an easy to read format, allowing the user to modify any of the information with a simple text editor. inilib benefits the programmer by providing a simple, intuitive means to store any data that can be expressed in std::string, int, double, or bool types. In addition, inilib handles any conversion that may be necessary to convert from one type to the other. Saving all information stored in inilib to disk or loading information from disk requires only one command.