package emoji
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Use emojis by name
Install
Authors
Maintainers
Sources
v1.1.0.tar.gz
md5=b5f1570c58417aa3ef9d72df5dc32eac
Description
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
Published: 15 Feb 2017
Dependencies (4)
-
ocamlfind
build
-
ocamlbuild
build
-
oasis
build & >= "0.4.7"
-
ocaml
>= "4.04.0"
Dev Dependencies
Used by
Conflicts
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page