libcxx 6.0.1
C++ standard library
This package provides an implementation of the C++ standard library for use with Clang, targeting C++11, C++14 and above.
- Website: https://libcxx.llvm.org
- Licenses: Expat
- Package source: gnu/packages/llvm.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libcxx 6.0.1
as follows:
guix install libcxx@6.0.1
Or install the latest version:
guix install libcxx
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.