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 (33)*, ppc64le (25)*, s390x (16)*, x86_64 (29)* | EPEL 10 (18 downloads) |
![]() |
aarch64 (41)*, i386 (31)*, ppc64le (24)*, s390x (28)*, x86_64 (32)* | Fedora 42 (23 downloads) |
![]() |
aarch64 (31)*, i386 (29)*, ppc64le (29)*, s390x (30)*, x86_64 (33)* | Fedora rawhide (30 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable attipaci/xchange
More info about enabling Copr repositories