Skip to content

Commit

Permalink
Merge pull request #27394 from Swrup/opam-publish-emoji.2.0.0
Browse files Browse the repository at this point in the history
Package emoji.2.0.0
  • Loading branch information
mseri authored Feb 6, 2025
2 parents 3f463cb + 215252e commit 33ab5de
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/emoji/emoji.2.0.0/opam
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
"Swrup <[email protected]>"
]
authors: ["Edgar Aroutiounian <[email protected]>"]
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"
]
}

0 comments on commit 33ab5de

Please sign in to comment.