Ports Search

Results 1,6311,640 of 5,623 for /devel/.(0.003 seconds)
devel/lwt-2.5.2 (Score: 0.032514982)
Cooperative threading library for OCaml
Lwt (the abbreviation stands for Light-Weight Threading) is a cooperative threading library for Ocaml.
devel/magic-0.7.3 (Score: 0.032514982)
OCaml binding for libmagic(3)
[ excerpt from developer's www site ] An ocaml wrapper for the libmagic(3) API. The libmagic API consults on a magic(5) database file in order to provide information to identify the type of a given file.
devel/camomile-0.4.1 (Score: 0.032514982)
Example programs for Camomile library
Various examples for the Objective Caml Camomile library.
devel/camomile-0.8.3 (Score: 0.032514982)
Comprehensive Unicode library for Objective Caml
Camomile is a comprehensive Unicode library for objective caml language. The library is currently designed to conform Unicode Standard 3.2.
devel/opam-1.2.2 (Score: 0.032514982)
Source-based package manager for OCaml
OPAM is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
devel/classes-4.00 (Score: 0.032514982)
Ocaml Object interface for ocaml's standard library modules
The library is composed of 9 modules, each containing a single class, and eventually some creation functions. Each of theses classes corresponds almost exactly to a module in the standard library, and only makes it object-oriented. Only Ogenlex adds a new feature, indexing on the input stream.
devel/ounit-1.0.3 (Score: 0.032514982)
OCaml unit test framework
OUnit is a unit testing framework for Objective Caml, inspired by the JUnit tool for Java, and the HUnit tool for Haskell.
devel/binutils-2.27 (Score: 0.032514982)
GNU binutils for vanilla ARM cross-development
GNU binutils for vanilla ARM cross-development
devel/cppo-0.9.2 (Score: 0.032514982)
Simple preprocessor for OCaml
Cppo is an equivalent of the C preprocessor targeted at the OCaml language The main purpose of cppo is to provide a lightweight tool for simple macro substitution (#define) and file inclusion (#include) for the occasional case when this is useful in OCaml. Processing specific sections of files by calling external programs is also possible via #ext directives. The implementation of cppo relies on the standard library of OCaml and on the standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions.
devel/pomap-3.0.5 (Score: 0.032514982)
OCaml library to maintain a list of partially ordered elements
The Pomap-library implements an ADT that maintains maps of partially ordered elements. Whereas a total order allows you to say whether some element is lower, equal or greater than another one, partial orders also allow for a "don-t know" case.