Skip to content

Commit 33ab5de

Browse files
authored
Merge pull request #27394 from Swrup/opam-publish-emoji.2.0.0
Package emoji.2.0.0
2 parents 3f463cb + 215252e commit 33ab5de

File tree

1 file changed

+48
-0
lines changed
  • packages/emoji/emoji.2.0.0

1 file changed

+48
-0
lines changed

packages/emoji/emoji.2.0.0/opam

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
"lwt" {with-test}
20+
"tls-lwt" {with-test}
21+
"cohttp-lwt-unix" {with-test}
22+
"lambdasoup" {with-test}
23+
"uutf" {with-test}
24+
"odoc" {with-doc}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"@install"
36+
"@runtest" {with-test}
37+
"@doc" {with-doc}
38+
]
39+
]
40+
dev-repo: "git+https://github.com/fxfactorial/ocaml-emoji.git"
41+
url {
42+
src:
43+
"https://github.com/fxfactorial/ocaml-emoji/archive/refs/tags/v2.0.0.tar.gz"
44+
checksum: [
45+
"md5=562c595677fa44242afbc2305964eab8"
46+
"sha512=3e0f33dbce5b7d64907cd3fdf142f05d08169dc3bdbc658aa2db527ea1314a77e8661a224a227019fe97bfd0b40f7d33024b9729e38afd49ee74a86dd10dcfac"
47+
]
48+
}

0 commit comments

Comments
 (0)