Commit a40796811c260ddc86b11d7b0176144f8c03d89b
- Diff rendering mode:
- inline
- side by side
README
(2 / 2)
|   | |||
| 1 | 1 | An asynchronous DNS resolver for Haskell_ | |
| 2 | 2 | ========================================= | |
| 3 | 3 | ||
| 4 | :Latest Release: hsdns-1.2.tar.gz_ | ||
| 4 | :Latest Release: hsdns-1.3.tar.gz_ | ||
| 5 | 5 | :Darcs: darcs_ get http://cryp.to/hsdns/ | |
| 6 | 6 | ||
| 7 | 7 | Synopsis | |
| … | … | ||
| 56 | 56 | ||
| 57 | 57 | .. _Reference Documentation: docs/index.html | |
| 58 | 58 | ||
| 59 | .. _hsdns-1.2.tar.gz: http://cryp.to/hsdns/hsdns-1.2.tar.gz | ||
| 59 | .. _hsdns-1.3.tar.gz: http://cryp.to/hsdns/hsdns-1.3.tar.gz | ||
| 60 | 60 | ||
| 61 | 61 | .. _adns-reverse-lookup.hs: example/adns-reverse-lookup.hs |
hsdns.cabal
(4 / 2)
|   | |||
| 1 | 1 | Name: hsdns | |
| 2 | Version: 1.2 | ||
| 2 | Version: 1.3 | ||
| 3 | 3 | Author: Peter Simons <simons@cryp.to>, | |
| 4 | 4 | Lutz Donnerhacke <lutz@iks-jena.de> | |
| 5 | 5 | Maintainer: simons@cryp.to | |
| 6 | 6 | License: LGPL | |
| 7 | License-File: COPYING | ||
| 7 | 8 | Homepage: http://cryp.to/hsdns/ | |
| 8 | 9 | Synopsis: Asynchronous DNS Resolver | |
| 9 | 10 | Description: Asynchronous DNS Resolver; requires GNU ADNS to be installed. | |
| 10 | 11 | Category: Foreign, Network | |
| 11 | Build-Depends: base, network | ||
| 12 | Build-Depends: base, network, containers | ||
| 12 | 13 | Extensions: ForeignFunctionInterface, EmptyDataDecls | |
| 13 | 14 | Extra-Libraries: adns | |
| 14 | 15 | Includes: "adns.h", "errno.h" | |
| … | … | ||
| 19 | 19 | ADNS.Resolver | |
| 20 | 20 | GHC-Options: -O -Wall | |
| 21 | 21 | Data-Files: README, prologue.txt | |
| 22 | Build-Type: Simple | ||
| 22 | 23 | ||
| 23 | 24 | Executable: adns-reverse-lookup | |
| 24 | 25 | Hs-Source-Dirs: example, . |

