Package Details: rapidcsv 8.97-1

Git Clone URL: https://aur.archlinux.org/rapidcsv.git (read-only, click to copy)
Package Base: rapidcsv
Description: C++ CSV parser library
Upstream URL: https://github.com/d99kris/rapidcsv
Licenses: BSD
Submitter: xantares
Maintainer: alzpmq
Last Packager: alzpmq
Votes: 1
Popularity: 0.83
First Submitted: 2024-11-21 18:17 (UTC)
Last Updated: 2026-05-18 15:33 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

taotieren commented on 2026-03-26 03:16 (UTC)

I hope to add a pkgconf file to the packaging function. I encountered the problem of not finding this package when packaging another software. It was found that the pkgconf file was missing. Thank you.

    install -Dm644 /dev/stdin "$pkgdir/usr/lib/pkgconfig/rapidcsv.pc" << EOF
prefix=/usr
exec_prefix=\${prefix}
includedir=\${prefix}/include

Name: rapidcsv
Description: C++ CSV parser library
Version: ${pkgver}
URL: https://github.com/d99kris/rapidcsv
Cflags: -I\${includedir}
EOF