diff options
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..dc591c4402ff --- /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> + <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> + <upstream> + <remote-id type="github">HeinrichApfelmus/vault</remote-id> + </upstream> +</pkgmetadata> |