From: Andy Tai <atai@atai.org>
To: 63991@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#63991] [PATCH v2 1/3] gnu: Add rang
Date: Fri, 16 Jun 2023 22:45:45 -0700 [thread overview]
Message-ID: <fcb90cbfeb603bce8f86f7cbe90fc6d4e8b1b52b.1686980668.git.atai@atai.org> (raw)
In-Reply-To: <cover.1686380735.git.atai@atai.org>
* gnu/packages/cpp.scm (rang): New variable
---
gnu/packages/cpp.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 39a34c20dd..3d43a0c999 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2553,3 +2553,24 @@ (define-public ftxui
@item No dependencies.
@end itemize")
(license license:expat)))
+
+(define-public rang
+ (package
+ (name "rang")
+ (version "3.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/agauniyal/rang")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0x2fp7zjjivgxblvx1j0qphn4ln6jq42x7xr757fywm3k03y7bil"))))
+ (build-system cmake-build-system)
+ (arguments (list #:tests? #f)) ; no tests
+ (home-page "https://agauniyal.github.io/rang/")
+ (synopsis "Header only terminal c++ library")
+ (description
+ "Rang is a Minimal, Header only Modern c++ library for terminal goodies.")
+ (license license:asl2.0)))
base-commit: 998d89ba20121e87664129890a805c91061baaa7
--
2.40.1
next prev parent reply other threads:[~2023-06-17 5:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-10 7:10 [bug#63991] [PATCH 0/3] Add Apache Twm and dependencies Andy Tai
2023-06-10 7:12 ` [bug#63991] [PATCH 1/3] gnu: Add rang Andy Tai
2023-06-10 7:12 ` [bug#63991] [PATCH 2/3] gnu: Add dmlc-dlpack Andy Tai
2023-06-10 7:12 ` [bug#63991] [PATCH 3/3] gnu: Add twm Andy Tai
2023-06-17 5:45 ` Andy Tai [this message]
2023-06-17 5:45 ` [bug#63991] [PATCH v2 2/3] gnu: Add dmlc-dlpack Andy Tai
2023-06-17 5:45 ` [bug#63991] [PATCH v2 3/3] gnu: Add tvm Andy Tai
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=fcb90cbfeb603bce8f86f7cbe90fc6d4e8b1b52b.1686980668.git.atai@atai.org \
--to=atai@atai.org \
--cc=63991@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.