Ports Search

Results 11,56111,570 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/msp430-debug-stack-3.05.01.01 (Score: 9.2878623E-4)
TI MSP430 debugging interface library
TI MSP430 debugging interface library
devel/mq4cpp-1.16 (Score: 9.2878623E-4)
Message Queuing for C++
MQ4CPP, or "Message Queuing for C++", is an open source implementation of enterprise messaging system, also referred to as message-oriented middleware (MOM).
devel/ncurses-6.0 (Score: 9.2878623E-4)
Library for terminal-independent, full-screen output
The ncurses software includes a SVr4 and XSI-Curses compatible curses library as well as terminfo tools including "tic", "infocmp", and "captoinfo". The library is used by other programs for text-mode support of color, multiple highlights, forms-drawing characters, automatic recognition of keypad and function-key sequences, and more. The ncurses library uses a terminfo database (included), but can be configured to use BSD's /etc/termcap file instead. This has been approved by the old 4.4BSD curses maintainer as the official 4.4BSD curses successor.
devel/nglogc-1.1.0 (Score: 9.2878623E-4)
Flexible C logging API
The intention of the nglogc library is to provide an easy to use and powerful logging API with mechanism which allows to cram source codes with log statements at the start of implementation and decide at the level of building or at runtime which statements should be processed. Therefore the log statements could be controlled by various log levels and define switches are available to completely remove the call of the functions at pre-processor time. So it is possible to switch on the logging only if it is necessary or only print selected messages without any changes in the source code. Different publishers are provided also as different formats of outputs to fulfil the requirements for software development.
devel/findlib-1.6.2 (Score: 9.2878623E-4)
OCaml package manager
The "findlib" library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. There is also a tool that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends of the various OCaml compilers that can directly deal with packages.
devel/magic-0.7.3 (Score: 9.2878623E-4)
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/ounit-1.0.3 (Score: 9.2878623E-4)
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: 9.2878623E-4)
GNU binutils for vanilla ARM cross-development
GNU binutils for vanilla ARM cross-development
devel/cppo-0.9.2 (Score: 9.2878623E-4)
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/xstrp4-1.8.2 (Score: 9.2878623E-4)
OCaml extension to expands brace expansions
This is a camlp4 extension that expands brace expansions like a shell does. See sample.ml for examples.