Dependencies for hurl-2.3.0.0
Libraries
hurl
- async (>=2.1 && <2.3)
- base (>=4.9 && <5)
- bytestring (>=0.10 && <0.12)
- directory (>=1.3.2)
- filepath
- network-uri (>=2.6 && <2.7)
- text (>=1.2 && <3)
- time (>=1.6)
- if flag(http)
- connection
- cookie
- data-default-class
- http-client
- http-client-tls
- http-types (>=0.12 && <0.13)
- publicsuffixlist (>=0.1)
- time
- tls
- if flag(gemini)
- if flag(data)
- base64-bytestring (>=1.0 && <2.0)
- if flag(freedesktop)
- containers
- xml-conduit (>=1.8)
- zlib (>=0.6 && <0.7)
- if flag(rewriters)
- regex
- regex-tdfa (>=1.2 && <1.4)
- if flag(executables)
- process (>=1.2 && <2.0)
Executables
hurl
- base (>=4.9 && <5)
- directory
- hurl
- network-uri
hurl-post
- base (>=4.9 && <5)
- bytestring
- directory
- hurl
- network-uri
Flags
Manual Flags
Name | Description | Default |
---|---|---|
http | Support HTTP(S) URIs. | Enabled |
gemini | Support gemini: URIs. | Enabled |
file | Support file: URIs. | Enabled |
data | Support data: URIs. | Enabled |
freedesktop | Dispatches unsupported URIs and MIMEtypes to external apps on FreeDesktop.Org-compatible desktops. Works on most non-mainstream/non-proprietary desktops. | Enabled |
rewriters | Support regexp-based URI rewriting/blocking plugins | Enabled |
executables | Support executable plugins exposing a `ext:` URI scheme. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info