emojiversion
Use emojis by name
Names for byte code sequences of 2389 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.camel;
print_endline Emoji.two_hump_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.1.0.tar.gz sha256=6c0416203074f53f5d89001abb1d7b682afa749f41bb4c2ae226bbe33398d819 md5=b5f1570c58417aa3ef9d72df5dc32eac |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/emoji/emoji.1.1.0/opam |
No package is dependent