Movatterモバイル変換


[0]ホーム

URL:


Hackage :: [Package]

emojis:Conversion between emoji characters and their names.

[bsd3,library,text ] [Propose Tags ] [Report a vulnerability ]

This package provides functions for convertingemoji names to emoji characters and vice versa.

How does it differ from theemoji package?

  • It supports a fuller range of emojis, including all thosesupported by GitHub

  • It supports lookup of emoji aliases from emoji

  • It uses Text rather than String

  • It has a lighter dependency footprint: in particular, itdoes not require aeson

  • It does not require TemplateHaskell


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions[RSS]0.1,0.1.1,0.1.2,0.1.3,0.1.4,0.1.4.1
Change logchangelog.md
Dependenciesbase (>=4.13 && <5),containers,text [details]
LicenseBSD-3-Clause
Copyright2019 John MacFarlane
AuthorJohn MacFarlane
Maintainerjgm@berkeley.edu
CategoryText
Home pagehttps://github.com/jgm/emojis#readme
Source repohead: git clonehttps://github.com/jgm/emojis
UploadedbyJohnMacFarlane at2024-06-18T00:54:11Z
DistributionsArch:0.1.4, Debian:0.1, Fedora:0.1.2, LTSHaskell:0.1.4.1, NixOS:0.1.4.1, Stackage:0.1.4.1, openSUSE:0.1.4.1
Reverse Dependencies4 direct, 186 indirect [details]
Downloads20074 total (44 in the last 30 days)
Rating(no votes yet)[estimated byBayesian average]
Your Rating
  • λ
  • λ
  • λ
StatusDocs available[build log]
Last success reported on 2024-06-18[all 1 reports]

Readme for emojis-0.1.4.1

[back to package description]

emojis

CItests

This package provides functions for looking up an emoji by its name(alias), and for returning the aliases of an emoji.

A full list of (alias, emoji) pairs is also exported. In addition, a list ofall emoji (including those without aliases) is exported, along with a list ofall emoji formed using zero-width joiners.

Emoji aliases (emoji.json) are taken from thegemoji gem, used by GitHub. The full listof emoji are taken from the Unicode emoji specification files,(emoji-sequences.txt,emoji-zwj-sequences.txt). To regenerate thesedatafiles from the latest source, domake datafiles. If they have changed,domake to regenerate theemojis.inc file and rebuild the project.

This package has the following advantages over theemoji package on Hackage:

  • 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

Produced byhackage andCabal 3.12.1.0.


[8]ページ先頭

©2009-2025 Movatter.jp