<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>drobilla.net - Sratom</title><link href="https://drobilla.net/" rel="alternate"/><link href="https://drobilla.net/category/sratom/feed/atom" rel="self"/><id>https://drobilla.net/</id><updated>2026-02-10T18:45:00-05:00</updated><entry><title>Sratom 0.6.22</title><link href="https://drobilla.net/2026/02/10/sratom-0-6-22.html" rel="alternate"/><published>2026-02-10T18:45:00-05:00</published><updated>2026-02-10T18:45:00-05:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2026-02-10:/2026/02/10/sratom-0-6-22.html</id><content type="html">&lt;p&gt;&lt;a href="https://download.drobilla.net/sratom-0.6.22.tar.xz"&gt;Sratom 0.6.22&lt;/a&gt; has been released.  Sratom is a small library for serializing LV2 atoms.  Sratom reads/writes atoms from/to RDF, allowing them to be converted between binary and text or stored in a model.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add clang nullability annotations&lt;/li&gt;
&lt;li&gt;Address new warnings in clang and clang-tidy 21&lt;/li&gt;
&lt;li&gt;Fix documentation build without sphinx_lv2_theme&lt;/li&gt;
&lt;li&gt;Gracefully handle reading vectors with missing childType properties&lt;/li&gt;
&lt;li&gt;Gracefully handle writing vectors with zero childSize properties&lt;/li&gt;
&lt;li&gt;Improve error handling&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.20</title><link href="https://drobilla.net/2025/11/12/sratom-0-6-20.html" rel="alternate"/><published>2025-11-12T19:26:00-05:00</published><updated>2025-11-12T19:26:00-05:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2025-11-12:/2025/11/12/sratom-0-6-20.html</id><content type="html">&lt;p&gt;&lt;a href="https://download.drobilla.net/sratom-0.6.20.tar.xz"&gt;Sratom 0.6.20&lt;/a&gt; has been released.  Sratom is a small library for serializing LV2 atoms.  Sratom reads/writes atoms from/to RDF, allowing them to be converted between binary and text or stored in a model.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Avoid over-use of yielding meson options&lt;/li&gt;
&lt;li&gt;Avoid use of scanf when reading MIDI events&lt;/li&gt;
&lt;li&gt;Fix lint checks&lt;/li&gt;
&lt;li&gt;Fix potential memory error when writing ambiguous relative paths&lt;/li&gt;
&lt;li&gt;Improve code quality&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.18</title><link href="https://drobilla.net/2025/01/19/sratom-0-6-18.html" rel="alternate"/><published>2025-01-19T13:49:00-05:00</published><updated>2025-01-19T13:49:00-05:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2025-01-19:/2025/01/19/sratom-0-6-18.html</id><content type="html">&lt;p&gt;&lt;a href="https://download.drobilla.net/sratom-0.6.18.tar.xz"&gt;Sratom 0.6.18&lt;/a&gt; has been released.  Sratom is a small library for serializing LV2 atoms.  Sratom reads/writes atoms from/to RDF, allowing them to be converted between binary and text or stored in a model.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add lint option with project metadata and code formatting tests&lt;/li&gt;
&lt;li&gt;Avoid snprintf when writing MIDI events&lt;/li&gt;
&lt;li&gt;Enable clang nullability checks&lt;/li&gt;
&lt;li&gt;Fix library current_version on MacOS&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.16</title><link href="https://drobilla.net/2023/10/22/sratom-0-6-16.html" rel="alternate"/><published>2023-10-22T20:06:00-04:00</published><updated>2023-10-22T20:06:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2023-10-22:/2023/10/22/sratom-0-6-16.html</id><content type="html">&lt;p&gt;&lt;a href="https://download.drobilla.net/sratom-0.6.16.tar.xz"&gt;Sratom 0.6.16&lt;/a&gt; has been released.  Sratom is a small library for serializing LV2 atoms.  Sratom reads/writes atoms from/to RDF, allowing them to be converted between binary and text or stored in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Clean up code&lt;/li&gt;
&lt;li&gt;Constrain relative URI references to the base URI&lt;/li&gt;
&lt;li&gt;Fix dependencies in pkg-config file&lt;/li&gt;
&lt;li&gt;Override pkg-config dependency within meson&lt;/li&gt;
&lt;li&gt;Remove junk files from documentation install&lt;/li&gt;
&lt;li&gt;Replace duplicated dox_to_sphinx script with sphinxygen dependency&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.14</title><link href="https://drobilla.net/2022/09/09/sratom-0-6-14.html" rel="alternate"/><published>2022-09-09T17:29:00-04:00</published><updated>2022-09-09T17:29:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2022-09-09:/2022/09/09/sratom-0-6-14.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.6.14.tar.xz"&gt;Sratom 0.6.14&lt;/a&gt; has been released.  Sratom is a small library for serializing LV2 atoms.  Sratom reads/writes atoms from/to RDF, allowing them to be converted between binary and text or stored in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add project metadata&lt;/li&gt;
&lt;li&gt;Adopt REUSE machine-readable licensing standard&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.12</title><link href="https://drobilla.net/2022/07/19/sratom-0-6-12.html" rel="alternate"/><published>2022-07-19T01:13:00-04:00</published><updated>2022-07-19T01:13:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2022-07-19:/2022/07/19/sratom-0-6-12.html</id><content type="html">&lt;p&gt;&lt;a href="https://download.drobilla.net/sratom-0.6.12.tar.xz"&gt;Sratom 0.6.12&lt;/a&gt; has been released.  Sratom is a small library for serializing LV2 atoms.  Sratom reads/writes atoms from/to RDF, allowing them to be converted between binary and text or stored in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Switch to meson build system&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.10</title><link href="https://drobilla.net/2022/05/26/sratom-0-6-10.html" rel="alternate"/><published>2022-05-26T23:27:00-04:00</published><updated>2022-05-26T23:27:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2022-05-26:/2022/05/26/sratom-0-6-10.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.6.10.tar.bz2"&gt;Sratom 0.6.10&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix documentation installation directory&lt;/li&gt;
&lt;li&gt;Fix potential blank node ID truncation&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.8</title><link href="https://drobilla.net/2021/01/07/sratom-0-6-8.html" rel="alternate"/><published>2021-01-07T21:36:00-05:00</published><updated>2021-01-07T21:36:00-05:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2021-01-07:/2021/01/07/sratom-0-6-8.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.6.8.tar.bz2"&gt;Sratom 0.6.8&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix potential null pointer dereference&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.6</title><link href="https://drobilla.net/2020/09/27/sratom-0-6-6.html" rel="alternate"/><published>2020-09-27T15:18:00-04:00</published><updated>2020-09-27T15:18:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2020-09-27:/2020/09/27/sratom-0-6-6.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.6.6.tar.bz2"&gt;Sratom 0.6.6&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix various minor warnings and other code quality issues&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.4</title><link href="https://drobilla.net/2019/11/10/sratom-0-6-4.html" rel="alternate"/><published>2019-11-10T21:20:00-05:00</published><updated>2019-11-10T21:20:00-05:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2019-11-10:/2019/11/10/sratom-0-6-4.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.6.4.tar.bz2"&gt;Sratom 0.6.4&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sratom_free() safe to call on NULL&lt;/li&gt;
&lt;li&gt;Various minor code cleanups&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.2</title><link href="https://drobilla.net/2018/07/22/sratom-0-6-2.html" rel="alternate"/><published>2018-07-22T18:48:00-04:00</published><updated>2018-07-22T18:48:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2018-07-22:/2018/07/22/sratom-0-6-2.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.6.2.tar.bz2"&gt;Sratom 0.6.2&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Various minor code cleanups&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.6.0</title><link href="https://drobilla.net/2016/09/20/sratom-0-6-0.html" rel="alternate"/><published>2016-09-20T02:25:00-04:00</published><updated>2016-09-20T02:25:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2016-09-20:/2016/09/20/sratom-0-6-0.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.6.0.tar.bz2"&gt;Sratom 0.6.0&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add sratom_set_env() for setting prefixes&lt;/li&gt;
&lt;li&gt;Fix padding of constructed vectors (thanks Hanspeter Portner)&lt;/li&gt;
&lt;li&gt;Fix warnings when building with ISO C++ compilers&lt;/li&gt;
&lt;li&gt;Support round-trip serialisation of relative paths&lt;/li&gt;
&lt;li&gt;Support sequences with beat time stamps&lt;/li&gt;
&lt;li&gt;Upgrade to waf 1.8.14&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.4.6</title><link href="https://drobilla.net/2014/08/08/sratom-0-4-6.html" rel="alternate"/><published>2014-08-08T22:14:00-04:00</published><updated>2014-08-08T22:14:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2014-08-08:/2014/08/08/sratom-0-4-6.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.4.6.tar.bz2"&gt;Sratom 0.4.6&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Don't set eg prefix in sratom_to_turtle&lt;/li&gt;
&lt;li&gt;Update for latest LV2 Atom Object simplification&lt;/li&gt;
&lt;li&gt;Upgrade to waf 1.7.16&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.4.4</title><link href="https://drobilla.net/2014/01/04/sratom-0-4-4.html" rel="alternate"/><published>2014-01-04T21:09:00-05:00</published><updated>2014-01-04T21:09:00-05:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2014-01-04:/2014/01/04/sratom-0-4-4.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.4.4.tar.bz2"&gt;Sratom 0.4.4&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Escape invalid characters when writing paths as URIs&lt;/li&gt;
&lt;li&gt;Fancier printing without subject and predicate&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.4.2</title><link href="https://drobilla.net/2013/02/18/sratom-0-4-2.html" rel="alternate"/><published>2013-02-18T16:17:00-05:00</published><updated>2013-02-18T16:17:00-05:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2013-02-18:/2013/02/18/sratom-0-4-2.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.4.2.tar.bz2"&gt;Sratom 0.4.2&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Disable timestamps in HTML documentation for reproducible build&lt;/li&gt;
&lt;li&gt;Fix memory leaks&lt;/li&gt;
&lt;li&gt;Fix serialisation of nested tuples&lt;/li&gt;
&lt;li&gt;Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)&lt;/li&gt;
&lt;li&gt;Use new sord API to clean up and shrink code&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.4.0</title><link href="https://drobilla.net/2012/08/23/sratom-0-4-0.html" rel="alternate"/><published>2012-08-23T05:11:00-04:00</published><updated>2012-08-23T05:11:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2012-08-23:/2012/08/23/sratom-0-4-0.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.4.0.tar.bz2"&gt;Sratom 0.4.0&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Correctly read objects with several rdf:type properties&lt;/li&gt;
&lt;li&gt;Fix various hyper-strict warnings&lt;/li&gt;
&lt;li&gt;Support writing Object Atoms as top level descriptions if subject and predicate are not given.&lt;/li&gt;
&lt;li&gt;Upgrade to waf 1.7.2&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry><entry><title>Sratom 0.2.0</title><link href="https://drobilla.net/2012/04/18/sratom-0-2-0.html" rel="alternate"/><published>2012-04-18T19:14:00-04:00</published><updated>2012-04-18T19:14:00-04:00</updated><author><name>drobilla</name></author><id>tag:drobilla.net,2012-04-18:/2012/04/18/sratom-0-2-0.html</id><content type="html">&lt;p&gt;&lt;a href="//download.drobilla.net/sratom-0.2.0.tar.bz2"&gt;Sratom 0.2.0&lt;/a&gt; has been released.  Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model.  For more information, see &lt;a href="http://drobilla.net/software/sratom"&gt;http://drobilla.net/software/sratom&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"/><category term="Software"/><category term="LAD"/><category term="LV2"/><category term="RDF"/><category term="Sratom"/></entry></feed>