Ports Search

Results 8,5918,600 of 19,819 for %22HTTP Server%22.(0.013 seconds)
devel/ndesk-dbus-0.6.1a (Score: 0.0010835839)
C# implementation of D-Bus
This is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration.
devel/nsgenbind-0.3 (Score: 0.0010835839)
NetSurf Generator for JavaScript bindings
genjsbind is a tool to generate javascript to dom bindings from w3c webidl files, and a binding configuration file.
devel/icu-57.1 (Score: 0.0010835839)
International Components for Unicode (from IBM)
The International Components for Unicode (ICU) is a C and C++ library providing Unicode support (ex. character set conversions, locales, normalization, transliteration, etc.). More information on ICU can be found on the homepage
devel/camlp5-6.16 (Score: 0.0010835839)
Preprocessor-pretty-printer of OCaml
Camlp5 is a preprocessor-pretty-printer of ocaml. It offers tools for syntax (grammars) and the ability to modify the concrete syntax of the language (quotations, syntax extensions).
devel/cfg-2.0.4 (Score: 0.0010835839)
Library for manipulation of context-free grammars
This OCaml-library consists of a set of modules which implement functions for analyzing and manipulating context-free grammars (CFGs) in a purely functional way.
devel/cmdliner-0.9.8 (Score: 0.0010835839)
OCaml module for handling of command line interfaces
Cmdliner is an OCaml module for the declarative definition of command line interfaces. It provides a simple and compositional mechanism to convert command line arguments to OCaml values and pass them to your functions. The module automatically handles syntax errors, help messages and UNIX man page generation. It supports programs with single or multiple commands (like darcs or git) and respects most of the POSIX and GNU conventions.
devel/sem-0.0.2 (Score: 0.0010835839)
POSIX semaphores for OCaml
POSIX semaphores for OCaml. The library mimics things found under "man sem" and "man sem_open".
devel/ois-1.2.0 (Score: 0.0010835839)
Object Oriented Input System
Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). Written in C++ using Object Oriented Design patterns. NOTE: this ports lacks joystick support. For now.
devel/react-1.2.0 (Score: 0.0010835839)
OCaml module for functional reactive programming
React is an Ocaml module for functional reactive programming. It provides support to programs with time varying values: applicative events and signals. React doesn't define any primitive event or signal, this lets the client choose the concrete timeline.
devel/uutf-0.9.4 (Score: 0.0010835839)
Non-blocking streaming Unicode codec for OCaml
Uutf is an non-blocking streaming Unicode codec for OCaml to decode and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently work character by character without blocking on IO. Decoders perform character position tracking and support newline normalization. Functions are also provided to fold over the characters of UTF encoded OCaml string values and to directly encode characters in OCaml Buffer.t values.