all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72348] [PATCH] gnu: Add libcsptr.
@ 2024-07-10  8:27 Liliana Marie Prikler
  2024-08-04  6:02 ` bug#72348: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-07-10  8:27 UTC (permalink / raw)
  To: 72348

* gnu/packages/c.scm (libcsptr): New variable.

Change-Id: I47e34191047df0a171a78a11f9ba2ebef4a8c37a
---
 gnu/packages/c.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index d13b62b..2f7b3bb 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -527,6 +527,26 @@ (define-public libhx
 checking casts and more.")
     (license license:lgpl2.1+)))
 
+(define-public libcsptr
+  (package
+   (name "libcsptr")
+   (version "2.0.3")
+   (source (origin
+            (method git-fetch)
+            (uri (git-reference
+                  (url "https://github.com/Snaipe/libcsptr")
+                  (commit (string-append "v" version))))
+            (file-name (git-file-name name version))
+            (sha256
+             (base32 "056yg1irxi90ccgf646jxzngbsm946ckyzn8ykl92h6d2mnr141a"))))
+   (build-system gnu-build-system)
+   (native-inputs (list autoconf automake libtool))
+   (home-page "https://snai.pe/c/c-smart-pointers/")
+   (synopsis "Smart pointers for GNU C")
+   (description "This package is an attempt at bringing smart pointers
+like C++'s unique_ptr and shared_ptr to C through GCC's cleanup attribute.")
+   (license license:expat)))
+
 (define-public libwuya
   ;; This commit is the one before "wuy_pool.h" was removed from libwuya,
   ;; which libleak currently requires.
--
libgit2 1.5.2





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

* bug#72348: [PATCH] gnu: Add libcsptr.
  2024-07-10  8:27 [bug#72348] [PATCH] gnu: Add libcsptr Liliana Marie Prikler
@ 2024-08-04  6:02 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-08-04  6:02 UTC (permalink / raw)
  To: 72348-done

Am Mittwoch, dem 10.07.2024 um 10:27 +0200 schrieb Liliana Marie
Prikler:
> * gnu/packages/c.scm (libcsptr): New variable.
> 
> Change-Id: I47e34191047df0a171a78a11f9ba2ebef4a8c37a
> ---
Pushed.




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

end of thread, other threads:[~2024-08-04  6:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10  8:27 [bug#72348] [PATCH] gnu: Add libcsptr Liliana Marie Prikler
2024-08-04  6:02 ` bug#72348: " Liliana Marie Prikler

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.