diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 08:35:47 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 08:35:47 +0000 |
commit | 3fffce799de19b6ae474b384032d01fcbab6e6d6 (patch) | |
tree | a23bbbd54413ec2c38a9ae787a678f0bd3e600af /dev-haskell/vault/metadata.xml | |
parent | dev-haskell/simple-sendfile: initial layout (diff) | |
download | gentoo-2-3fffce799de19b6ae474b384032d01fcbab6e6d6.tar.gz gentoo-2-3fffce799de19b6ae474b384032d01fcbab6e6d6.tar.bz2 gentoo-2-3fffce799de19b6ae474b384032d01fcbab6e6d6.zip |
dev-haskell/vault: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/vault/metadata.xml')
-rw-r--r-- | dev-haskell/vault/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/vault/metadata.xml b/dev-haskell/vault/metadata.xml new file mode 100644 index 000000000000..977bef966d79 --- /dev/null +++ b/dev-haskell/vault/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + A /vault/ is a typed, persistent store for values of arbitrary types. + It's like having first-class access to the storage space behind IORefs. + + The data structure is analogous to a bank vault, + where you can access different bank boxes with different keys; + hence the name. + </longdescription> +</pkgmetadata> |