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.
- Versions: 2.0.3
- Website: https://snai.pe/c/c-smart-pointers/
- Licenses: Expat
- Package source: gnu/packages/c.scm
- Builds: See build status
- Issues: See known issues
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]]