Ports Search

Results 8,4818,490 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/hlibev-0.4.0 (Score: 0.0010835839)
FFI interface to libev
FFI interface to libev.
devel/isl-0.17.1 (Score: 0.0010835839)
Integer Set Library
isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, computing the lexicographic minimum using parametric integer programming, coalescing and parametric vertex enumeration. It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials.
devel/itext-4.2.0 (Score: 0.0010835839)
Java-PDF Library
iText is a library that allows you to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. The library is especially useful in combination with Java(TM) technology-based Servlets: The look and feel of HTML is browser dependent; with iText and PDF you can control exactly how your servlet's output will look.
devel/jtag-0.5.1 (Score: 0.0010835839)
Utility to work with JTAG-aware boards
JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter. This package has open and modular architecture with ability to write miscellaneous extensions (like board testers, flash memory programmers, and so on).
devel/json-glib-1.1.2 (Score: 0.0010835839)
JSON (RFC 4627) interface for Glib
JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627. JSON is: a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. -- From Introducing JSON Many high-level languages already provide native modules for parsing, generating and manipulating JSON data streams. JSON-GLib is a C library based on GLib and released under the terms of the GNU Lesser General Public License version 2.1. It provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects. JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams.
devel/hp48xgcc-1.0.2 (Score: 0.0010835839)
GNU C cross-compiler for HP48 calculators
HP48xgcc is a C cross-compiler. It is a program that runs on your computer and translates C code into objects that can be executed on the HP48. It is based on (well, that's an understatement) the GNU C compiler (gcc) and thus it supports complete C language, not just some subset.
devel/ConfigFile-1.1.4 (Score: 0.0010835839)
Configuration file reading and writing
Parser and writer for handling sectioned config files in Haskell. The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer to work with, yet remains powerful and flexible. It is inspired by, and compatible with, Python's ConfigParser module. It uses files that resemble Windows .INI-style files, but with numerous improvements. ConfigFile provides simple calls to both read and write config files. It is possible to make a config file parsable by this module, the Unix shell, and make.
devel/MemoTrie-0.6.2 (Score: 0.0010835839)
Trie-based memo functions
Haskell MemoTrie provides a basis for memoized functions over some domains, using tries. It is based on some code got from Spencer Janssen.
devel/MissingH-1.3.0.1 (Score: 0.0010835839)
Large utility library
MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use.
devel/ReadArgs-1.2.2 (Score: 0.0010835839)
Simple command line argument parsing
ReadArgs provides the `readArgs` IO action, which lets you tell the compiler to parse the command line arguments to fit the type signature you give.