Ports Search

Results 1,6411,650 of 5,623 for /devel/.(0.004 seconds)
devel/re-1.4.1 (Score: 0.032514982)
Pure OCaml regular expressions
Re is a regular expression library for OCaml. The following styles of regular expressions are supported: * Perl-style regular expressions (module Re_perl); * Posix extended regular expressions (module Re_posix); * Emacs-style regular expressions (module Re_emacs); * Shell-style file globbing (module Re_glob).
devel/res-4.0.4 (Score: 0.032514982)
Automatically Resizing Contiguous Memory for OCaml
This OCaml-library consists of a set of modules which implement automatically resizing (= reallocating) data structures that consume a contiguous part of memory. This allows appending and removing of elements to/from arrays (both boxed and unboxed), strings (-> buffers), bit strings and weak arrays while still maintaining fast constant-time access to elements. There are also functors that allow the generation of similar modules which use different reallocation strategies.
devel/sdl-0.9.1 (Score: 0.032514982)
OCaml interface to the SDL
OCamlSDL is an OCaml interface to the SDL (Simple DirectMedia Layer) library.
devel/sem-0.0.2 (Score: 0.032514982)
POSIX semaphores for OCaml
POSIX semaphores for OCaml. The library mimics things found under "man sem" and "man sem_open".
devel/sexplib-113.00.00 (Score: 0.032514982)
OCaml library for working with S-expressions
This library contains functionality for parsing and pretty-printing S-expressions. In addition to that it contains an extremely useful preprocessing module for Camlp4, which can be used to automatically generate code from type definitions for efficiently converting OCaml-values to S-expressions and vice versa. In combination with the parsing and pretty-printing functionality this frees the user from having to write his own I/O-routines for data structures he defines. Possible errors during automatic conversions from S-expressions to OCaml-values are reported in a very human-readable way. Another module in the library allows you to extract and replace sub-expressions in S-expressions.
devel/type_conv-113.00.02 (Score: 0.032514982)
Type conversion routines for OCaml
The type-conv mini library factors out functionality needed by different preprocessors that generate code from type specifications, because this functionality cannot be duplicated without losing the ability to use these preprocessors simultaneously.
devel/ulex-1.1 (Score: 0.032514982)
Lexer generator for Unicode and OCaml
Ulex: An OCaml lexer generator for Unicode.
devel/parmap-1.0.r6 (Score: 0.032514982)
Minimalistic library allowing to exploit multicore architecture
Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications: if you want to use your many cores to accelerate an operation which happens to be a map, fold or map/fold (map-reduce), just use Parmap's parmap, parfold and parmapfold primitives in place of the standard List.map and friends, and specify the number of subprocesses to use by the optional parameter ~ncores.
devel/xstrp4-1.8.2 (Score: 0.032514982)
OCaml extension to expands brace expansions
This is a camlp4 extension that expands brace expansions like a shell does. See sample.ml for examples.
devel/ocl-icd-2.2.7 (Score: 0.032514982)
OpenCL Installable Client Driver
OpenCL implementations are provided as ICD (Installable Client Driver). An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project. This free ICD Loader can load any (free or non free) ICD.