glibrdf

GLib wrapper for the Redland RDF library
git clone https://code.djc.id.au/git/glibrdf/

README.markdown (482B) - raw

      1 
      2 # glib + librdf = glibrdf
      3 
      4 This library is a small wrapper around the [Redland RDF library 
      5 (librdf)](http://librdf.org/) to make it work nicely with 
      6 [GLib](http://developer.gnome.org/glib/) and 
      7 [Vala](https://live.gnome.org/Vala) and the rest of the GNOME ecosystem.
      8 
      9 It consists mainly of the very thorough `redland.vapi` written by Sam 
     10 Thursfield for his [Charango](https://github.com/ssssam/charango) library, with 
     11 some fixes, plus a few extra bits.
     12 
     13 Docs still to come...