diff options
author | David Robillard <d@drobilla.net> | 2012-04-18 00:49:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-18 00:49:05 +0000 |
commit | c27d12eec50db41f1d0ffca8385891060e35338e (patch) | |
tree | ab2f53440bd570b97c9b579f453aceae9826a922 /README | |
parent | 3a1ff6f7209081d123ec04b7ee1bd5210eef9dba (diff) | |
download | sratom-c27d12eec50db41f1d0ffca8385891060e35338e.tar.gz sratom-c27d12eec50db41f1d0ffca8385891060e35338e.tar.bz2 sratom-c27d12eec50db41f1d0ffca8385891060e35338e.zip |
Add NEWS and README files.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4190 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +Sratom +------ + +Sratom is a library for serialising LV2 atoms to/from RDF, particularly the +Turtle syntax. + +More information about LV2 atoms can be found at <http://lv2plug.in/ns/ext/atom> + +More information about Sratom can be found at <http://drobilla.net/software/sratom> + + -- David Robillard <d@drobilla.net> |