Description
The xchange library provides generic structured data representation in C/C++, and includes a JSON support (parsing and generation). It is free to use, in any way you like, without licensing restrictions.
It is a dependency for the redisx
package, whose unofficial packages are available on Copr under attipaci/redisx.
Installation Instructions
The library provides the following packages:
libxchange
-- the runtime (libxchange.so.1
) librarylibxchange-devel
-- C/C++ development files (unversionedlibxchange.so
andxchange.h
).libxchange-doc
-- User's guide and HTML API documentation (via Doxygen), and examples.
The packages will be included upcoming Fedora / EPEL releases (bugzilla #2346787).
Report Issues or start a Discussion on the Smithsonian/xchange Github repository.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (26)*, ppc64le (20)*, s390x (12)*, x86_64 (26)* | EPEL 10 (9 downloads) |
![]() |
aarch64 (32)*, i386 (26)*, ppc64le (20)*, s390x (24)*, x86_64 (23)* | Fedora 42 (13 downloads) |
![]() |
aarch64 (22)*, i386 (24)*, ppc64le (26)*, s390x (24)*, x86_64 (28)* | Fedora rawhide (21 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable attipaci/xchange
More info about enabling Copr repositories