all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 52444@debbugs.gnu.org
Subject: [bug#52444]
Date: Sun, 12 Dec 2021 01:18:12 +0000	[thread overview]
Message-ID: <CAO+9K5pZyevQuPPg64FjR-7LC=1Cj+WHgrevcEWB0072xs-HVA@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5qDKHC6Oi3E8uw2HOf9J2dccmgg+F4xCRbJHE01eudMEA@mail.gmail.com>

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

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-tagparser.patch --]
[-- Type: text/x-patch, Size: 1563 bytes --]

From 379b0685c5fd130f666d0b6c0403ff1c77722736 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 12 Dec 2021 00:45:11 +0000
Subject: [PATCH 1/6] gnu: Add tagparser

* gnu/packages/golang.scm: (go-github-com-vmihailenco-tagparser): New variable.
---
 gnu/packages/golang.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70731e2720..e484abd8e6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8924,3 +8924,24 @@ (define-public go-github-com-arceliar-ironwood
 @url{https://github.com/yggdrasil-network/yggdrasil-go,Yggdrasil}, but it may
 be useful for other network applications.")
     (license license:mpl2.0)))
+
+(define-public go-github-com-vmihailenco-tagparser
+  (package
+    (name "go-github-com-vmihailenco-tagparser")
+    (version "2.0.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/vmihailenco/tagparser")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "13arliaz3b4bja9jj7cr5ax4zvxaxm484fwrn0q6d6jjm1l35m1k"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/vmihailenco/tagparser"))
+    (home-page "https://github.com/vmihailenco/tagparser")
+    (synopsis "Tag parser for Golang")
+    (description "Simple Golang implementation of tag parser")
+    (license license:bsd-2)))
-- 
2.34.0


  reply	other threads:[~2021-12-12  1:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-12  1:12 [bug#52444] [PATCH 0/0]: gnu: Add HCL v2 Sharlatan Hellseher
2021-12-12  1:18 ` Sharlatan Hellseher [this message]
2021-12-12  1:18 ` [bug#52444] Sharlatan Hellseher
2021-12-12  1:19 ` [bug#52444] Sharlatan Hellseher
2021-12-12  1:19 ` [bug#52444] Sharlatan Hellseher
2021-12-12  1:19 ` [bug#52444] Sharlatan Hellseher
2021-12-18 16:16 ` [bug#52444] Sharlatan Hellseher
2022-01-28  9:39 ` bug#52444: [PATCH 0/0]: gnu: Add HCL v2 Nicolas Goaziou

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

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

  git send-email \
    --in-reply-to='CAO+9K5pZyevQuPPg64FjR-7LC=1Cj+WHgrevcEWB0072xs-HVA@mail.gmail.com' \
    --to=sharlatanus@gmail.com \
    --cc=52444@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.