1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: haskell-dav
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, haskell-devscripts (>= 0.8.13)
, cdbs
, ghc
, ghc-prof
, ghc-ghci
, libghc-case-insensitive-dev (>= 0.4)
, libghc-case-insensitive-prof
, libghc-either-dev (>= 4.3)
, libghc-either-prof
, libghc-errors-dev
, libghc-errors-prof
, libghc-exceptions-dev
, libghc-exceptions-prof
, libghc-http-client-dev (>= 0.2)
, libghc-http-client-prof
, libghc-http-client-tls-dev (>= 0.2)
, libghc-http-client-tls-prof
, libghc-http-types-dev (>= 0.7)
, libghc-http-types-prof
, libghc-lens-dev (>= 3.0)
, libghc-lens-prof
, libghc-mtl-dev (>= 2.1)
, libghc-mtl-prof
, libghc-network-dev (>= 2.3)
, libghc-network-prof
, libghc-optparse-applicative-dev (>= 0.10.0)
, libghc-optparse-applicative-prof
, libghc-transformers-dev (>= 0.3)
, libghc-transformers-prof
, libghc-transformers-base-dev
, libghc-transformers-base-prof
, libghc-xml-conduit-dev (>= 1.0)
, libghc-xml-conduit-dev (<< 1.3)
, libghc-xml-conduit-prof
, libghc-xml-hamlet-dev (>= 0.4)
, libghc-xml-hamlet-dev (<< 0.5)
, libghc-xml-hamlet-prof
Build-Depends-Indep: ghc-doc
, libghc-case-insensitive-doc
, libghc-either-doc
, libghc-errors-doc
, libghc-exceptions-doc
, libghc-http-client-doc
, libghc-http-client-tls-doc
, libghc-http-types-doc
, libghc-lens-doc
, libghc-mtl-doc
, libghc-network-doc
, libghc-optparse-applicative-doc
, libghc-transformers-doc
, libghc-transformers-base-doc
, libghc-xml-conduit-doc
, libghc-xml-hamlet-doc
Standards-Version: 3.9.5
Homepage: http://floss.scru.org/hDAV
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dav
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dav
Package: hdav
Architecture: any
Section: web
Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}
Description: command-line WebDAV client
hdav currently only supports copying a file and associated WebDAV
properties from one URL to another.
Package: libghc-dav-dev
Architecture: any
Depends: ${shlibs:Depends}
, ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: RFC 4918 WebDAV support
This is a library for the Web Distributed Authoring and Versioning
(WebDAV) extensions to HTTP. At present it supports a very small
subset of client functionality.
.
In addition, there is an executable, hdav, which can be used for
command-line operation.
.
This package contains the normal library files.
Package: libghc-dav-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: RFC 4918 WebDAV support; profiling libraries
This is a library for the Web Distributed Authoring and Versioning
(WebDAV) extensions to HTTP. At present it supports a very small
subset of client functionality.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-dav-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: RFC 4918 WebDAV support; documentation
This is a library for the Web Distributed Authoring and Versioning
(WebDAV) extensions to HTTP. At present it supports a very small
subset of client functionality.
.
In addition, there is an executable, hdav, which can be used for
command-line operation.
.
This package contains the documentation files.
|