Paketname | libghc6-configfile-doc |
Beschreibung | Parser and writer for sectioned config files in Haskell; documentation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.6-2 |
Sektion | doc |
Priorität | extra |
Installierte Größe | 392 Byte |
Hängt ab von | |
Empfohlene Pakete | ghc6-doc, libghc6-missingh-doc, libghc6-mtl-doc |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-configfile |
Paketgröße | 52868 Byte |
Prüfsumme MD5 | 04e7e4435831e38fe8b2ad4ca4dd7557 |
Prüfsumme SHA1 | 11e99376f9263fef6eba3c3e509c5a5fb48924fb |
Prüfsumme SHA256 | 2d6f14bd2f28fcce8685a0e9a4de34fa8ba585535724d2bb3e56100d1c6f3c8a |
Link zum Herunterladen | libghc6-configfile-doc_1.0.6-2_all.deb |
Ausführliche Beschreibung | This package provides the documentation for a library for the Haskell
programming language. See http://www.haskell.org/ for more information on
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's possible to make a config file parsable by this module,
the Unix shell, and make.
|