wok-6.x diff serd/description.txt @ rev 25563

New toolchain GCC 4.9.2, Glibc 2.19, Binutils 2.37
author Stanislas Leduc <shann@slitaz.org>
date Fri May 05 18:12:18 2023 +0200 (14 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/serd/description.txt	Fri May 05 18:12:18 2023 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +Serd is a lightweight C library for RDF syntax which supports reading
     1.5 +and writing Turtle, TRiG, NTriples, and NQuads.
     1.6 +Serd is suitable for performance-critical or resource-limited applications,
     1.7 +such as serialising very large data sets, network protocols, or embedded
     1.8 +systems that require minimal dependencies and lightweight deployment.