Interchange Perl DBI MySQL

Stichwortsuche
Paketsuche

Debianpakete
  appconfig
  cgi-extratags-perl
  ciphersaber
  courier
  courier
  courier-authlib
  dbix-easy-perl
  debaux
  interchange
  interchange-doc
  jfsutils
  libmime-lite-html-perl
  libtext-mediawikiformat-perl
  libtie-shadowhash-perl
  pure-ftpd
  pure-ftpd
  safe-hole-perl
  set-crontab-perl

Kunden/Partner
  B&N
  Box of Rain
  COBOLT NetServices
  ecoservice
  Gish Network
  IIP/IR Vienna
  Informa
  L & D Computer
  LinSoft IT
  M & D
  materialboerse.de
  Media Business Software
  Medical Business Solutions
  Net Stores
  NextCall
  RUEB
  Tenalt
  Transfair-Net GmbH
  Ulisses
  WebHostNY.com
  Wegacell
  West Branch Angler
  Wintime IT Solutions

Suchergebnisse für hugs98

Entwicklerinformationen
hugs | A Haskell 98 interpreter | Mehr ...
Hugs is an interpreter for the non-strict, purely functional programming
language Haskell. This version of Hugs, Hugs 98, supports nearly all of
the Haskell 98 specification, as well as a number of extensions.
.
The Haskell language is described by documents in the haskell-doc
package. Other libraries are documented in the ghc6-doc package.
libhugs-alut-bundled | A binding for the OpenAL Utility Toolkit | Mehr ...
A Haskell binding for the OpenAL Utility Toolkit, which makes
managing of OpenAL contexts, loading sounds in various formats
and creating waveforms very easy. For more information about the
C library on which this binding is based, please see:
.
.
This is the version bundled with the interpreter.
libhugs-base-bundled | Basic libraries | Mehr ...
This package contains the Prelude and its support libraries,
and a large collection of useful libraries ranging from data
structures to parsing combinators and debugging utilities.
.
This is the version bundled with the interpreter.
libhugs-cabal-bundled | A framework for packaging Haskell software | Mehr ...
The Haskell Common Architecture for Building Applications and
Libraries: a framework defining a common interface for authors to more
easily build their Haskell applications in a portable way.
.
The Haskell Cabal is meant to be a part of a larger infrastructure
for distributing, organizing, and cataloging Haskell libraries
and tools.
.
This is the version bundled with the interpreter.
libhugs-fgl-bundled | Martin Erwig's Functional Graph Library | Mehr ...
.
This is the version bundled with the interpreter.
libhugs-glut-bundled | A binding for the OpenGL Utility Toolkit | Mehr ...
A Haskell binding for the OpenGL Utility Toolkit, a window
system independent toolkit for writing OpenGL programs. For more
information about the C library on which this binding is based,
please see: .
.
This is the version bundled with the interpreter.
libhugs-haskell-src-bundled | Manipulating Haskell source code | Mehr ...
Facilities for manipulating Haskell source code:
an abstract syntax, lexer, parser and pretty-printer.
.
This is the version bundled with the interpreter.
libhugs-haskell98-bundled | Compatibility with Haskell 98 | Mehr ...
This package provides compatibility with the modules of Haskell
98 and the FFI addendum, by means of wrappers around modules from
the base package (which in many cases have additional features).
However Prelude, Numeric and Foreign are provided directly by
the base package.
.
This is the version bundled with the interpreter.
libhugs-haxml-bundled | Utilities for manipulating XML documents | Mehr ...
Haskell utilities for parsing, filtering, transforming and
generating XML documents.
.
This is the version bundled with the interpreter.
libhugs-hgl-bundled | A simple graphics library based on X11 or Win32 | Mehr ...
A simple graphics library, designed to give the programmer access
to most interesting parts of the Win32 Graphics Device Interface
and X11 library without exposing the programmer to the pain and
anguish usually associated with using these interfaces.
.
The library also includes a module Graphics.SOE providing the
interface used in "The Haskell School of Expression", by Paul
Hudak, cf .
.
This is the version bundled with the interpreter.
libhugs-hunit-bundled | A unit testing framework for Haskell | Mehr ...
HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: .
.
This is the version bundled with the interpreter.
libhugs-mtl-bundled | Monad transformer library | Mehr ...
A monad transformer library, inspired by the paper "Functional
Programming with Overloading and Higher-Order Polymorphism",
by Mark P Jones (), Advanced School
of Functional Programming, 1995.
.
This is the version bundled with the interpreter.
libhugs-network-bundled | Networking-related facilities | Mehr ...
.
This is the version bundled with the interpreter.
libhugs-openal-bundled | A binding to the OpenAL cross-platform 3D audio API | Mehr ...
A Haskell binding for the OpenAL cross-platform 3D audio API,
appropriate for use with gaming applications and many other
types of audio applications. For more information about OpenAL,
please see: .
.
This is the version bundled with the interpreter.
libhugs-opengl-bundled | A binding for the OpenGL graphics system | Mehr ...
A Haskell binding for the OpenGL graphics system (GL, version
1.5) and its accompanying utility library (GLU, version 1.3).
OpenGL is the industry's most widely used and supported 2D and 3D
graphics application programming interface (API), incorporating
a broad set of rendering, texture mapping, special effects, and
other powerful visualization functions. For more information
about OpenGL, please see: .
.
This is the version bundled with the interpreter.
libhugs-parsec-bundled | Monadic parser combinators | Mehr ...
Parsec is designed from scratch as an industrial-strength parser
library. It is simple, safe, well documented (on the package
homepage), has extensive libraries and good error messages,
and is also fast.
.
This is the version bundled with the interpreter.
libhugs-quickcheck-bundled | Automatic testing of Haskell programs | Mehr ...
A library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test
data generators.
.
This is the version bundled with the interpreter.
libhugs-stm-bundled | Software Transactional Memory | Mehr ...
A modular composable concurrency abstraction.
.
This is the version bundled with the interpreter.
libhugs-time-bundled | time library | Mehr ...
.
This is the version bundled with the interpreter.
libhugs-unix-bundled | POSIX functionality | Mehr ...
This package gives you access to the set of operating system
services standardised by POSIX 1003.1b (or the IEEE Portable
Operating System Interface for Computing Environments -
IEEE Std. 1003.1).
.
The package is not supported under Windows (except under Cygwin).
.
This is the version bundled with the interpreter.
libhugs-x11-bundled | A binding to the X11 graphics library | Mehr ...
A Haskell binding to the X11 graphics library.
.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at .
.
This is the version bundled with the interpreter.
libhugs-xhtml-bundled | A Haskell XHTML combinator library | Mehr ...
This is a version of the standard Text.Html
modified to produce XHTML 1.0.
.
This is the version bundled with the interpreter.





 Projekte

 Marktplatz für elektronische Bauelemente
 Mehr erfahren ...

 

 Marktplatz für Musikinstrumente und Zubehör
 Mehr erfahren ...

 

 Systemadministration für Internetagentur
 Mehr erfahren ...

 

 Reengineering e-procurement System
 Mehr erfahren ...

 

 Foreign Service National Training Database
 Mehr erfahren ...