GNU bug report logs - #75522
[PATCH v0 0/4] Add beanbag

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Sun, 12 Jan 2025 18:13:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 75522 <at> debbugs.gnu.org
Cc: hako <at> ultrarare.space, Ashvith Shetty <ashvithshetty10 <at> gmail.com>, ekaitz <at> elenq.tech
Subject: [bug#75522] [PATCH v0 1/4] gnu: Add zig-clap.
Date: Sun, 12 Jan 2025 23:49:00 +0530
* gnu/packages/zig-xyz.scm (zig-clap): New variable.

Change-Id: Ib438ffa083bd96102e4058d2c64dccecadff1aa5
---
 gnu/packages/zig-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index a76dbb0473..afb609ad50 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2023 Ekaitz Zarraga <ekaitz <at> elenq.tech>
 ;;; Copyright © 2023 Felix Lechner <felix.lechner <at> lease-up.com>
 ;;; Copyright © 2024 Justin Veilleux <terramorpha <at> cock.li>
+;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -301,6 +302,26 @@ (define-public zig-xkbcommon
     (home-page "https://codeberg.org/ifreund/zig-xkbcommon")
     (license license:expat)))
 
+(define-public zig-clap
+  (package
+    (name "zig-clap")
+    (version "0.9.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Hejsil/zig-clap")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1xjskvyib3kai3nmp574zfm07yvjsbzsxfysj96ss9339nq07ix6"))))
+    (build-system zig-build-system)
+    (home-page "https://github.com/Hejsil/zig-clap")
+    (synopsis "Command line argument parsing library")
+    (description
+     "A simple and easy to use command line argument parser library for Zig.")
+    (license license:expat)))
+
 (define-public zig-zls-0.10
   (package
     (name "zig-zls")
-- 
2.47.1





This bug report was last modified 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.