this repo has no description

Package emoji.2.0.0

Swrup 215252ec 278df338

Changed files
+48
packages
emoji
emoji.2.0.0
+48
packages/emoji/emoji.2.0.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Use emojis by name"
+
description:
+
"OCaml library providing byte sequences of all the Unicode emoji characters and sequences sourced from unicode.org"
+
maintainer: [
+
"Edgar Aroutiounian <edgar.factorial@gmail.com>"
+
"Swrup <swrup@protonmail.com>"
+
]
+
authors: ["Edgar Aroutiounian <edgar.factorial@gmail.com>"]
+
license: "BSD-3-Clause"
+
tags: ["emoji" "unicode"]
+
homepage: "https://github.com/fxfactorial/ocaml-emoji"
+
bug-reports: "https://github.com/fxfactorial/ocaml-emoji/issues"
+
depends: [
+
"dune" {>= "3.2"}
+
"ocaml" {>= "4.04"}
+
"mdx" {with-test}
+
"lwt" {with-test}
+
"tls-lwt" {with-test}
+
"cohttp-lwt-unix" {with-test}
+
"lambdasoup" {with-test}
+
"uutf" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/fxfactorial/ocaml-emoji.git"
+
url {
+
src:
+
"https://github.com/fxfactorial/ocaml-emoji/archive/refs/tags/v2.0.0.tar.gz"
+
checksum: [
+
"md5=562c595677fa44242afbc2305964eab8"
+
"sha512=3e0f33dbce5b7d64907cd3fdf142f05d08169dc3bdbc658aa2db527ea1314a77e8661a224a227019fe97bfd0b40f7d33024b9729e38afd49ee74a86dd10dcfac"
+
]
+
}