unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 49150@debbugs.gnu.org
Subject: [bug#49150] [PATCH 4/9] gnu: Add ocaml-uucd.
Date: Mon, 21 Jun 2021 12:01:56 +0200	[thread overview]
Message-ID: <cc87ecc26a098ed1be51ae773d6a52b09b9dcd58.1624269361.git.public@yoctocell.xyz> (raw)
In-Reply-To: <cover.1624269361.git.public@yoctocell.xyz>

* gnu/packages/ocaml.scm (ocaml-uucd): New variable.
---
 gnu/packages/ocaml.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d7d3afd36c..34b909bcb1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6957,6 +6957,39 @@ provides support to program with time varying values: declarative events and
 client chooses the concrete timeline.")
     (license license:lgpl2.1+)))
 
+(define-public ocaml-uucd
+  (package
+    (name "ocaml-uucd")
+    (version "13.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://erratique.ch/software/uucd/releases/"
+                           "uucd-" version ".tbz"))
+       (sha256
+        (base32
+         "1fg77hg4ibidkv1x8hhzl8z3rzmyymn8m4i35jrdibb8adigi8v2"))))
+    (build-system ocaml-build-system)
+    (arguments
+     '(#:build-flags '("build" "--tests" "true")
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure))))
+    (propagated-inputs
+     `(("ocaml-xmlm" ,ocaml-xmlm)))
+    (native-inputs
+     `(("opam" ,opam)
+       ("ocaml-findlib" ,ocaml-findlib)
+       ("ocamlbuild" ,ocamlbuild)
+       ("ocaml-topkg" ,ocaml-topkg)))
+    (home-page "https://erratique.ch/software/uucd")
+    (synopsis "Unicode character database decoder for OCaml")
+    (description "Uucd is an OCaml module to decode the data of the Unicode
+character database from its XML representation.  It provides high-level (but
+not necessarily efficient) access to the data so that efficient
+representations can be extracted.")
+    (license license:isc)))
+
 (define-public ocaml-bigstringaf
   (package
     (name "ocaml-bigstringaf")
-- 
2.32.0






  parent reply	other threads:[~2021-06-21 10:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21  9:56 [bug#49150] [PATCH 0/9] Add ocamlformat and dependencies Xinglu Chen
2021-06-21 10:01 ` [bug#49150] [PATCH 1/9] gnu: ocaml-bisect-ppx: Update to 2.6.1 Xinglu Chen
2021-06-21 10:01 ` [bug#49150] [PATCH 2/9] gnu: Add ocaml-menhir-lib Xinglu Chen
2021-06-21 10:01 ` [bug#49150] [PATCH 3/9] gnu: Add ocaml-menhir-sdk Xinglu Chen
2021-06-27 13:20   ` Julien Lepiller
2021-06-27 13:37     ` Xinglu Chen
2021-08-04  8:23       ` Xinglu Chen
2021-06-21 10:01 ` Xinglu Chen [this message]
2021-06-21 10:01 ` [bug#49150] [PATCH 5/9] gnu: Add ocaml-uucp Xinglu Chen
2021-06-21 10:01 ` [bug#49150] [PATCH 6/9] gnu: Add ocaml-uuseg Xinglu Chen
2021-06-21 10:02 ` [bug#49150] [PATCH 7/9] gnu: Add ocaml-fix Xinglu Chen
2021-06-21 10:02 ` [bug#49150] [PATCH 8/9] gnu: Add ocaml-dune-build-info Xinglu Chen
2021-06-21 10:02 ` [bug#49150] [PATCH 9/9] gnu: Add ocamlformat Xinglu Chen
2021-08-08 20:45 ` bug#49150: [PATCH 0/9] Add ocamlformat and dependencies Julien Lepiller
2021-08-09  9:36   ` [bug#49150] " Xinglu Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cc87ecc26a098ed1be51ae773d6a52b09b9dcd58.1624269361.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=49150@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).