www-apache/mod_tls: new package, add 0.14.0
[gentoo/gentoo.git] / dev-haskell / sop-core / metadata.xml
blob5e0ac283c4684aec7031b9b94c52d4797604c6d4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <longdescription>
9                 Implementation of n-ary sums and n-ary products.
10                 
11                 The module "Data.SOP" is the main module of this library and contains
12                 more detailed documentation.
13                 
14                 The main use case of this package is to serve as the core of
15                 https://hackage.haskell.org/package/generics-sop generics-sop 
16                 
17                 A detailed description of the ideas behind this library is provided by
18                 the paper:
19                 
20                 * Edsko de Vries and Andres Löh.
21                 http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products
22                 Workshop on Generic Programming (WGP) 2014.
23                 
24         </longdescription>
25 </pkgmetadata>