summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-hashed-storage/DETAILS
blob: 350a46f6bb55b36e59c889fcf9faac878a9684aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=haskell-hashed-storage
         VERSION=0.5.10
          SOURCE="hashed-storage-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/hashed-storage/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:dfb9cecdfe44e311020ccb79c437d2bb326f18d4022a0386aacd5c23a7c93b6a4f70baa7c2724b796785257a1733407975682fd3b949eda80bee9824df9b7001
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hashed-storage-${VERSION}"
        WEB_SITE="http://hackage.haskell.org/package/hashed-storage"
      LICENSE[0]=BSD3
         ENTERED=20130303
           SHORT="hashed file storage support code"
cat << EOF
Support code for reading and manipulating hashed file storage (where each file
and directory is associated with a cryptographic hash, for corruption-resistant
storage and fast comparisons).

The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains hashes
of the plain files and directories).
EOF