Dependencies for git-annex-6.20160613
Executables
git-annex
- aeson
- async
- base (>=4.5 && <5.0)
- bloomfilter
- bytestring
- case-insensitive
- containers (>=0.5.0.0)
- data-default
- directory
- dlist
- edit-distance
- esqueleto
- exceptions (>=0.6)
- feed
- filepath
- hslogger
- http-client
- http-conduit
- http-types
- IfElse
- json
- MissingH
- monad-control
- monad-logger
- mtl (>=2)
- old-locale
- optparse-applicative (>=0.11.0)
- persistent
- persistent-sqlite
- persistent-template
- process
- QuickCheck (>=2.1)
- random
- regex-tdfa
- resourcet
- SafeSemaphore
- sandi
- stm (>=2.3)
- text
- time
- transformers
- unix-compat
- utf8-string
- uuid
- if flag(network-uri)
- network (>=2.6)
- network-uri (>=2.6)
- network (>=2.4 && <2.6)
- if flag(cryptonite)else
- cryptohash (>=0.11.0)
- if os(windows)
- process (>=1.3.0.0)
- setenv
- unix-compat (>=0.4.1.3)
- Win32
- Win32-extras
- if flag(testsuite)
- if flag(s3)
- aws (>=0.9.2)
- conduit
- conduit-extra
- if flag(webdav)
- DAV (>=1.0)
- if flag(assistant) && !os(solaris)
- if flag(assistant)
- if os(linux)else
- if os(osx)else
- if os(windows)else
- if !os(solaris) && !os(linux)
- if flag(android)
- if !os(solaris) && !os(linux)
- if os(windows)else
- if os(osx)else
- if os(linux)else
- if flag(dbus)
- if os(linux)
- dbus (>=0.10.7)
- fdo-notify (>=0.3)
- if os(linux)
- if flag(android)else
- if flag(webapp)
- blaze-builder
- byteable
- clientsession
- crypto-api
- path-pieces (>=0.1.4)
- securemem
- shakespeare (>=2.0.0)
- template-haskell
- wai
- wai-extra
- warp (>=3.0.0.5)
- warp-tls (>=1.4)
- yesod (>=1.2.6)
- yesod-core (>=1.2.19)
- yesod-default (>=1.2.0)
- yesod-form (>=1.3.15)
- yesod-static (>=1.2.4)
- if flag(pairing)
- if flag(xmpp)
- if !os(windows)
- gnutls (>=0.1.4)
- network-protocol-xmpp
- xml-types
- if !os(windows)
- if flag(torrentparser)
- torrent (>=10000.0.0)
- if flag(magicmime)
- if !os(windows)
- if flag(concurrentoutput)
- concurrent-output (>=1.6)
- if flag(ekg)
- if flag(benchmark)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
s3 | Enable S3 support | Enabled |
webdav | Enable WebDAV support | Enabled |
assistant | Enable git-annex assistant and watch command | Enabled |
webapp | Enable git-annex webapp | Enabled |
pairing | Enable pairing | Enabled |
production | Enable production build (slower build; faster binary) | Enabled |
android | Cross building for Android | Disabled |
androidsplice | Building to get TH splices for Android | Disabled |
testsuite | Embed the test suite into git-annex | Enabled |
torrentparser | Use haskell torrent library to parse torrent files | Enabled |
magicmime | Use libmagic to determine file MIME types | Enabled |
concurrentoutput | Use concurrent-output library | Enabled |
ekg | Enable use of EKG to monitor git-annex as it runs (at http://localhost:4242/) | Disabled |
benchmark | Enable benchmarking | Disabled |
network-uri | Get Network.URI from the network-uri package | Enabled |
cryptonite | Use the cryptonite library, instead of the older cryptohash | Enabled |
dbus | Enable dbus support | Enabled |
xmpp | Enable notifications using XMPP | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info