From 215252eca3585beacd1db27033d434082b251788 Mon Sep 17 00:00:00 2001 From: Swrup Date: Thu, 6 Feb 2025 03:16:35 +0100 Subject: [PATCH] Package emoji.2.0.0 --- packages/emoji/emoji.2.0.0/opam | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 packages/emoji/emoji.2.0.0/opam diff --git a/packages/emoji/emoji.2.0.0/opam b/packages/emoji/emoji.2.0.0/opam new file mode 100644 index 00000000000..07a3e55a103 --- /dev/null +++ b/packages/emoji/emoji.2.0.0/opam @@ -0,0 +1,48 @@ +# 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 " + "Swrup " +] +authors: ["Edgar Aroutiounian "] +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" + ] +}