summaryrefslogtreecommitdiff
path: root/dev-haskell/syb/metadata.xml
blob: 38d3828c0597cc6f3ad43f9a9e580e665c234a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>haskell@gentoo.org</email>
  <name>Gentoo Haskell</name>
 </maintainer>
 <longdescription>
		This package contains the generics system described in the
		"Scrap Your Boilerplate" papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB).
		It defines the 'Data' class of types permitting folding and unfolding
		of constructor applications, instances of this class for primitive
		types, and a variety of traversals.
	</longdescription>
 
 <origin>gentoo-staging</origin>
</pkgmetadata>