this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27394 from Swrup/opam-publish-emoji.2.0.0

Package emoji.2.0.0

authored by

Marcello Seri and committed by
GitHub
33ab5dee 3f463cb8

+48
+48
packages/emoji/emoji.2.0.0/opam
··· 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 <edgar.factorial@gmail.com>" 8 + "Swrup <swrup@protonmail.com>" 9 + ] 10 + authors: ["Edgar Aroutiounian <edgar.factorial@gmail.com>"] 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 + }