[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: Add go-github-com-miekg-dns.
From: |
guix-commits |
Subject: |
04/14: gnu: Add go-github-com-miekg-dns. |
Date: |
Mon, 12 Feb 2024 18:38:46 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit eeda1c1cbc478d89c47aed941282394f5ef5192e
Author: Dominic Martinez <dom@dominicm.dev>
AuthorDate: Sun Feb 11 19:28:19 2024 +0100
gnu: Add go-github-com-miekg-dns.
* gnu/packages/golang-xyz.scm (go-github-com-miekg-dns): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I095c6a7a709614d2cbd1feb9488dfee47a35da57
---
gnu/packages/golang-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index dafbbfea30..7964b0b5e2 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -215,6 +215,36 @@ Differentiation between text and binary files}.
(description "This package provides an idiomatic Go retry module.")
(license license:expat)))
+(define-public go-github-com-miekg-dns
+ (package
+ (name "go-github-com-miekg-dns")
+ (version "1.1.48")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/miekg/dns")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14m4wnbgmc1prj4ds1fsz1nwb1awaq365lhbp8clzsidxmhjf3hl"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "github.com/miekg/dns"))
+ (propagated-inputs
+ (list go-golang-org-x-tools
+ go-golang-org-x-sys
+ go-golang-org-x-sync
+ go-golang-org-x-net))
+ (home-page "https://github.com/miekg/dns")
+ (synopsis "Domain Name Service library in Go")
+ (description
+ "This package provides a fully featured interface to the @acronym{DNS,
+Domain Name System}. Both server and client side programming is supported.
+The package allows complete control over what is sent out to the @acronym{DNS,
+Domain Name Service}. The API follows the less-is-more principle, by
+presenting a small interface.")
+ (license license:bsd-3)))
+
(define-public go-github-com-nats-io-nats-go
(package
(name "go-github-com-nats-io-nats-go")
- branch master updated (bb4f0509b7 -> ffc7650c11), guix-commits, 2024/02/12
- 03/14: gnu: Add go-github-com-cyberdelia-go-metrics-graphite., guix-commits, 2024/02/12
- 01/14: gnu: Add go-github-com-anmitsu-go-shlex., guix-commits, 2024/02/12
- 04/14: gnu: Add go-github-com-miekg-dns.,
guix-commits <=
- 08/14: gnu: go-github-com-prometheus-client-model: Move to golang-xyz., guix-commits, 2024/02/12
- 05/14: gnu: Add go-github-com-nbrownus-go-metrics-prometheus., guix-commits, 2024/02/12
- 02/14: gnu: Add go-github-com-armon-go-radix., guix-commits, 2024/02/12
- 10/14: gnu: go-github-com-stathat-go: Move to golang-xyz., guix-commits, 2024/02/12
- 11/14: gnu: Add go-dario-cat-mergo., guix-commits, 2024/02/12
- 12/14: gnu: Add nebula., guix-commits, 2024/02/12
- 13/14: gnu: nebula: Update to 1.8.2., guix-commits, 2024/02/12
- 07/14: gnu: Add go-github-com-skip2-go-qrcode., guix-commits, 2024/02/12
- 09/14: gnu: go-github-com-rcrowley-go-metrics: Move to golang-xyz., guix-commits, 2024/02/12
- 06/14: gnu: Add go-github-com-songgao-water., guix-commits, 2024/02/12