Search Criteria
Package Details: cppcoro-git r362.99bb7f8-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cppcoro-git.git (read-only, click to copy) |
---|---|
Package Base: | cppcoro-git |
Description: | C++ coroutine abstractions for the coroutines TS |
Upstream URL: | https://github.com/lewissbaker/cppcoro |
Keywords: | c++ coroutines |
Licenses: | MIT |
Submitter: | Rakete1111 |
Maintainer: | None |
Last Packager: | Rakete1111 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-13 10:03 (UTC) |
Last Updated: | 2019-04-13 11:12 (UTC) |
Dependencies (7)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libc++ (libc++-msanAUR, libc++-modulesAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- python2-setuptoolsAUR (make)
Latest Comments
pg999w commented on 2020-06-02 13:33 (UTC)
chmod -R 644 "${pkgdir}/usr/include/cppcoro/"
will make normal user fail to enter thecppcoro
directory. This will make any read attempt to the installed header files fail.