Dependencies for git-annex-10.20241031
Executables
git-annex
- aeson
- ansi-terminal (>=0.9)
- async
- attoparsec (>=0.13.2.2)
- aws (>=0.20)
- base (>=4.11.1.0 && <5.0)
- bloomfilter (>=2.0.0)
- byteable
- bytestring
- case-insensitive
- clock (>=0.2.0.0)
- concurrent-output (>=1.10)
- conduit
- containers (>=0.5.8)
- crypto-api
- data-default
- DAV (>=1.0)
- deepseq
- directory (>=1.2.7.0)
- disk-free-space
- dlist
- edit-distance
- exceptions (>=0.6)
- feed (>=1.0.0)
- filepath
- filepath-bytestring (>=1.4.2.1.1)
- free
- git-lfs (>=1.2.0)
- http-client (>=0.5.3)
- http-client-restricted (>=0.0.2)
- http-client-tls
- http-conduit (>=2.3.0)
- http-types (>=0.7)
- IfElse
- memory
- microlens
- monad-control
- monad-logger (>=0.3.10)
- mtl (>=2)
- network (>=3.0.0.0)
- network-bsd
- network-uri (>=2.6)
- old-locale
- optparse-applicative (>=0.14.2)
- persistent (>=2.8.1)
- persistent-sqlite (>=2.8.1)
- persistent-template
- process (>=1.6.3)
- QuickCheck (>=2.10.0)
- random
- regex-tdfa
- resourcet
- SafeSemaphore
- sandi
- securemem
- socks
- split
- stm (>=2.3)
- stm-chans
- tagsoup
- tasty (>=1.2)
- tasty-hunit
- tasty-quickcheck
- tasty-rerun
- text
- time (>=1.5.0)
- transformers
- unbounded-delays
- unix-compat (>=0.5 && <0.8)
- unliftio-core
- unordered-containers
- utf8-string
- uuid (>=1.2.6)
- vector
- if flag(crypton)else
- cryptonite (>=0.23)
- if flag(servant)
- servant
- servant-client
- servant-client-core
- servant-server
- warp (>=3.2.8)
- warp-tls (>=3.2.2)
- if os(windows)else
- unix (>=2.7.2)
- if flag(assistant) && !os(solaris) && !os(hurd)
- blaze-builder
- clientsession
- mountpoints
- path-pieces (>=0.2.1)
- shakespeare (>=2.0.11)
- template-haskell
- wai
- wai-extra
- warp (>=3.2.8)
- warp-tls (>=3.2.2)
- yesod (>=1.4.3)
- yesod-core (>=1.6.0)
- yesod-form (>=1.4.8)
- yesod-static (>=1.5.1)
- if os(linux)
- hinotify (>=0.3.10)
- if os(osx)else
- if os(windows)
- if flag(dbus)
- if os(linux)
- dbus (>=0.10.7)
- fdo-notify (>=0.3)
- if os(linux)
- if flag(pairing)
- if flag(torrentparser)
- torrent (>=10000.0.0)
- if flag(magicmime)
- if flag(benchmark)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
parallelbuild | Enable production build (slower build; faster binary) | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
assistant | Enable git-annex assistant, webapp, and watch command | Enabled |
pairing | Enable pairing | Enabled |
production | Enable production build (slower build; faster binary) | Enabled |
torrentparser | Use haskell torrent library to parse torrent files | Enabled |
magicmime | Use libmagic to determine file MIME types | Enabled |
crypton | Use the crypton library rather than the no longer maintained cryptonite | Enabled |
servant | Use the servant library, enabling using annex+http urls and git-annex p2phttp | Enabled |
benchmark | Enable benchmarking | Enabled |
debuglocks | Debug location of MVar/STM deadlocks | Disabled |
dbus | Enable dbus support | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info