
 [
    a <http://schema.org/SoftwareApplication>;
    <http://schema.org/applicationCategory> "Data Storage";
    <http://schema.org/author> [
      a <http://schema.org/Person>;
      <http://schema.org/name> "Péter Soós"
    ];
    <http://schema.org/datePublished> "2026-07-06"^^<http://schema.org/Date>;
    <http://schema.org/description> "Preferences-style persistent key/value store backed by AVR EEPROM.";
    <http://schema.org/downloadUrl> <https://downloads.arduino.cc/libraries/github.com/soosp/EEPROMPreferences-0.1.0.zip>;
    <http://schema.org/fileSize> 23;
    <http://schema.org/license> <https://spdx.org/licenses/MIT>;
    <http://schema.org/name> "EEPROMPreferences";
    <http://schema.org/operatingSystem> "Arduino";
    <http://schema.org/softwareVersion> "0.1.0";
    <http://schema.org/url> <https://github.com/soosp/EEPROMPreferences>
  ] .
