unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31463] [PATCH 1/6] gnu: Add go-github-com-burntsushi-toml.
@ 2018-05-15 13:09 Rouby Pierre-Antoine
  2018-05-15 13:23 ` [bug#31463] [PATCH 2/6] gnu: Add go-github-com-getsentry-raven-go Rouby Pierre-Antoine
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Rouby Pierre-Antoine @ 2018-05-15 13:09 UTC (permalink / raw)
  To: 31463; +Cc: Rouby Pierre-Antoine

* 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 <me@tobias.gr>
 ;;; Copyright © 2018 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
+;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
 ;;;
 ;;; 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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-23 11:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-15 13:09 [bug#31463] [PATCH 1/6] gnu: Add go-github-com-burntsushi-toml Rouby Pierre-Antoine
2018-05-15 13:23 ` [bug#31463] [PATCH 2/6] gnu: Add go-github-com-getsentry-raven-go Rouby Pierre-Antoine
2018-05-15 13:24 ` [bug#31463] [PATCH 3/6] gnu: Add go-github-com-hashicorp-go-version Rouby Pierre-Antoine
2018-05-15 13:24 ` [bug#31463] [PATCH 4/6] gnu: Add go-github-com-jpillora-backoff Rouby Pierre-Antoine
2018-05-15 13:25 ` [bug#31463] [PATCH 5/6] gnu: Add go-github-com-stretchr-testify Rouby Pierre-Antoine
2018-05-15 13:25 ` [bug#31463] [PATCH 6/6] gnu: Add go-github-com-tevino-abool Rouby Pierre-Antoine
2018-05-23 11:52 ` bug#31463: [PATCH 1/6] gnu: Add go-github-com-burntsushi-toml Ludovic Courtès

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).