Skip to content

Commit 4a96e02

Browse files
authored
Merge pull request #28609 from swrup/opam-publish-emoji.3.0.1
Package emoji.3.0.1
2 parents 11b6180 + b7839d9 commit 4a96e02

File tree

1 file changed

+45
-0
lines changed
  • packages/emoji/emoji.3.0.1

1 file changed

+45
-0
lines changed

packages/emoji/emoji.3.0.1/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Use emojis by name"
4+
description:
5+
"OCaml library providing byte sequences of all the Unicode emoji characters and sequences sourced from unicode.org"
6+
maintainer: [
7+
"Edgar Aroutiounian <[email protected]>"
8+
9+
]
10+
authors: ["Edgar Aroutiounian <[email protected]>"]
11+
license: "BSD-3-Clause"
12+
tags: ["emoji" "unicode"]
13+
homepage: "https://github.com/fxfactorial/ocaml-emoji"
14+
bug-reports: "https://github.com/fxfactorial/ocaml-emoji/issues"
15+
depends: [
16+
"dune" {>= "3.2"}
17+
"ocaml" {>= "4.04"}
18+
"mdx" {with-test}
19+
"lambdasoup" {with-dev-setup}
20+
"uutf" {with-dev-setup}
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/fxfactorial/ocaml-emoji.git"
38+
url {
39+
src:
40+
"https://github.com/fxfactorial/ocaml-emoji/archive/refs/tags/v3.0.1.tar.gz"
41+
checksum: [
42+
"md5=5e27588e5ca24d338e629ee89160bf15"
43+
"sha512=be0edf6c62a8b76c7c160de91731e90863eea883396ed8faf71a88014f3bf1a600a8314f4772bb8332d45fa2eea1478bd5cf7e9d30b86b2268abbf6c8266547a"
44+
]
45+
}

0 commit comments

Comments
 (0)