blob: 89752d9e91fcf5d32b9743c8361daaa0e31a47d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?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 provides functions for converting
emoji names to emoji characters and vice versa.
How does it differ from the @emoji@ package?
- It supports a fuller range of emojis, including all those
supported by GitHub
- It supports lookup of emoji aliases from emoji
- It uses Text rather than String
- It has a lighter dependency footprint: in particular, it
does not require aeson
- It does not require TemplateHaskell
</longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>
|