3 synopsis: Gemini client
4 homepage: https://mbays.sdf.org/diohsc
9 maintainer: mbays@sdf.org
12 extra-source-files: README.md, THANKS, diohscrc.sample, other/curlproxy/README.gmi, other/curlproxy/*.sh
15 Line-based command-oriented interactive client for the gemini protocol.
17 source-repository head
19 location: https://repo.or.cz/diohsc.git
22 Description: On windows: use libiconv for charset conversion
23 (iconv is always used on POSIX systems, with no need for this flag)
28 Description: Use libmagic to determine mimetypes of local files
30 -- with `Default: True`, `cabal install` fails if libmagic is not installed
74 , ClientSessionManager
94 default-language: Haskell2010
95 ghc-options: -threaded
97 CPP-Options: -DWINDOWS
105 if ! os(windows) || flag(Libiconv)