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
AuthorEdgar Aroutiounian <edgar.factorial@gmail.com>
LicenseBSD-3-Clause
Published
Homepagehttps://github.com/fxfactorial/ocaml-emoji
Issue Trackerhttps://github.com/fxfactorial/ocaml-emoji/issues
MaintainerEdgar Aroutiounian <edgar.factorial@gmail.com>
Dependencies
Source [http] https://github.com/fxfactorial/ocaml-emoji/archive/v1.0.0.tar.gz
md5=0702667c61e135022f58bfc545f745b3
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/emoji/emoji.1.0.0/opam
No package is dependent