emojiversion
Use emojis by name
Names for byte code sequences of common emojis
#require "emoji";;
let () =
let ar = Emoji.all_emojis |> Array.of_list in
for i = 0 to Array.length ar - 1 do
if (i mod 80 = 0) then print_newline ();
print_string ar.(i);
done;
print_endline Emoji.dromedary_camel
Author | Edgar Aroutiounian <edgar.factorial@gmail.com> |
---|---|
License | BSD-3-Clause |
Published | |
Homepage | https://github.com/fxfactorial/ocaml-emoji |
Issue Tracker | https://github.com/fxfactorial/ocaml-emoji/issues |
Maintainer | Edgar Aroutiounian <edgar.factorial@gmail.com> |
Dependencies |
|
Source [http] | https://github.com/fxfactorial/ocaml-emoji/archive/v1.0.0.tar.gz sha256=d0648d108e1002445825b1ce455c3b959b9b91f03b54e9b843ffb7cf18cbee00 md5=0702667c61e135022f58bfc545f745b3 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/emoji/emoji.1.0.0/opam |
No package is dependent