unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: lspangler via Guix-patches via <guix-patches@gnu.org>
To: 44722@debbugs.gnu.org
Subject: [bug#44722] [PATCH] gnu: web: add uriparser
Date: Wed, 18 Nov 2020 13:48:42 +0000	[thread overview]
Message-ID: <61GMcRudrqz0j9_UV7ajK_jffCV3On0vlQzjLrU6Ly3fS-n5F9aQvtH41aL2clXwcIpH0xi3B8iEL9iiCxjFvv_fUMet1_J95kMaYn0hnQ4=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1842 bytes --]

From 1141a871635f048147faf022a9b649d6f8553080 Mon Sep 17 00:00:00 2001
From: Lane Spangler <lspangler@protonmail.com>
Date: Tue, 17 Nov 2020 17:50:06 +0100
Subject: [PATCH] gnu: web: add uriparser

---
gnu/packages/web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index edb7bd5da1..d79877c78a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -111,6 +111,7 @@
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang)
#:use-module (gnu packages gperf)
+ #:use-module (gnu packages graphviz)
#:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
#:use-module (gnu packages guile-xyz)
@@ -7747,3 +7748,30 @@ solution for any project's interface needs:
(description "gmnisrv is a simple Gemini protocol server written in C.")
(license (list license:gpl3+
license:bsd-3))))) ;; for ini.c and ini.h
+
+(define-public uriparser
+ (let [(commit "9e1fba08c231f1990fdee13545ab3a0ac804bd3c")
+ (revision "1")]
+ (package
+ (name "uriparser")
+ (version (git-version "0.9.4" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/uriparser/uriparser")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "13spkcsi8p5732bviy41y8dv5aw4vg83gqdclbsb9ayfbr2ybjx0"))))
+ (build-system cmake-build-system)
+ (native-inputs `(("gtest" ,googletest)
+ ("doxygen" ,doxygen)
+ ("graphviz" ,graphviz)))
+ (synopsis "Strictly RFC 3986 compliant URI parsing and handling
+ library written in C89")
+ (description "uriparser is a strictly RFC 3986 compliant URI
+ parsing and handling library written in C89 (\"ANSI C\").
+uriparser is cross-platform, fast, and supports Unicode")
+ (home-page "https://uriparser.github.io/")
+ (license license:bsd-3))))
--
2.29.2

[-- Attachment #2: Type: text/html, Size: 4472 bytes --]

             reply	other threads:[~2020-11-18 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18 13:48 lspangler via Guix-patches via [this message]
2020-11-26 22:19 ` [bug#44722] [PATCH] gnu: web: add uriparser Ludovic Courtès
2020-12-08 17:57 ` [bug#44722] (No Subject) lspangler via Guix-patches via
2020-12-23 16:14   ` bug#44722: " Ludovic Courtès

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='61GMcRudrqz0j9_UV7ajK_jffCV3On0vlQzjLrU6Ly3fS-n5F9aQvtH41aL2clXwcIpH0xi3B8iEL9iiCxjFvv_fUMet1_J95kMaYn0hnQ4=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=44722@debbugs.gnu.org \
    --cc=lspangler@protonmail.com \
    /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).