This package browser is in early development. Mind the rough edges.

libcsptr

Smart pointers for GNU C

This package is an attempt at bringing smart pointers like C++'s unique_ptr and shared_ptr to C through GCC's cleanup attribute.

Installation

Install the latest version of libcsptr as follows:

guix install libcsptr

Or install a particular version:

guix install libcsptr@2.0.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/libcsptr/'><img src='http://127.0.0.1:3000/packages/libcsptr/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/libcsptr/badges/latest-version.svg)](http://127.0.0.1:3000/packages/libcsptr/)
Org: [[http://127.0.0.1:3000/packages/libcsptr/][http://127.0.0.1:3000/packages/libcsptr/badges/latest-version.svg]]