summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-hashed-storage/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-hashed-storage/DETAILS')
-rwxr-xr-xhaskell/haskell-hashed-storage/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-hashed-storage/DETAILS b/haskell/haskell-hashed-storage/DETAILS
new file mode 100755
index 0000000000..350a46f6bb
--- /dev/null
+++ b/haskell/haskell-hashed-storage/DETAILS
@@ -0,0 +1,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