File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
packages/emoji/emoji.3.0.1 Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments