Search Criteria
Package Details: libfastjson 1.2304.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libfastjson.git (read-only, click to copy) |
---|---|
Package Base: | libfastjson |
Description: | A performance-focused json library for C |
Upstream URL: | https://github.com/rsyslog/libfastjson |
Licenses: | GPL |
Submitter: | Barthalion |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 5 |
Popularity: | 0.001633 |
First Submitted: | 2018-01-07 12:39 (UTC) |
Last Updated: | 2023-07-22 08:47 (UTC) |
Dependencies (0)
Required by (5)
- liblognorm
- rsyslog
- rsyslog (make)
- rsyslog-nosystemd-git
- rsyslog-nosystemd-git (make)
Latest Comments
vinibali commented on 2023-07-21 20:41 (UTC)
Hi! Can you please add the armv7h architecture? It's tested and working. Thanks
chowbok commented on 2019-01-27 06:08 (UTC)
Hi, can you add "aarch64" to the supported architectures in the PKGBUILD? I tested it on there, it compiles fine.
GI_Jack commented on 2018-03-22 05:02 (UTC)
woefe you cannot do that. If you set arch=any compiled packages will have arch=any as their metadata, allowing installation on any system, even if its the wrong time. If its compiled to machine code like any compiled app, it needs to list all the archs in an array which will be chosen at compile time
woefe commented on 2018-01-17 12:48 (UTC)
Please consider using
arch=('any')
instead ofx86_64
. I was able to build and run it successfully on my Raspberry Pi after settingarch
toany