diff options
Diffstat (limited to 'dev-haskell/hashed-storage/metadata.xml')
-rw-r--r-- | dev-haskell/hashed-storage/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-haskell/hashed-storage/metadata.xml b/dev-haskell/hashed-storage/metadata.xml new file mode 100644 index 000000000000..20421897c38c --- /dev/null +++ b/dev-haskell/hashed-storage/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + 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). + </longdescription> + <use> + <flag name="diff">Provide the Storage.Hashed.Diff module.</flag> + <flag name="hpc">Compile with the profiling ghc flag -fhpc.</flag> + </use> +</pkgmetadata> |