emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31463: closed ([PATCH 1/6] gnu: Add go-github-com-


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31463: closed ([PATCH 1/6] gnu: Add go-github-com-burntsushi-toml.)
Date: Wed, 23 May 2018 11:53:01 +0000

Your message dated Wed, 23 May 2018 13:52:17 +0200
with message-id <address@hidden>
and subject line Re: [bug#31463] [PATCH 1/6] gnu: Add 
go-github-com-burntsushi-toml.
has caused the debbugs.gnu.org bug report #31463,
regarding [PATCH 1/6] gnu: Add go-github-com-burntsushi-toml.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31463: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31463
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/6] gnu: Add go-github-com-burntsushi-toml. Date: Tue, 15 May 2018 15:09:20 +0200
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): New variable.
---
 gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c6fc68468..9360fe4b2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Christopher Baines <address@hidden>
 ;;; Copyright © 2018 Tomáš Čech <address@hidden>
+;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1300,3 +1301,30 @@ support functions for dealing with terminals, as 
commonly found on UNIX
 systems.")
       (home-page "https://go.googlesource.com/crypto/";)
       (license license:bsd-3))))
+
+(define-public go-github-com-burntsushi-toml
+  (let ((commit
+         "a368813c5e648fee92e5f6c30e3944ff9d5e8895")
+        (revision "0"))
+    (package
+      (name "go-github-com-burntsushi-toml")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/BurntSushi/toml.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1sjxs2lwc8jpln80s4rlzp7nprbcljhy5mz4rf9995gq93wqnym5"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/BurntSushi/toml"))
+      (home-page "https://github.com/BurntSushi/toml";)
+      (synopsis "Toml parsre and encoder for Go")
+      (description "This package is toml parser and encoder for Go.  This
+package interface similar to Go's standard library @code{json} and @code{xml}
+package.")
+      (license license:expat))))
-- 
2.17.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31463] [PATCH 1/6] gnu: Add go-github-com-burntsushi-toml. Date: Wed, 23 May 2018 13:52:17 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello!

I’ve applied the whole series (I tweaked one or two synopses on the
way.)  One step closer to things like gitlab-runner.  :-)

Thank you!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]