news-flash 2.2.2

Base library for a modern feed reader
Documentation
{ pkgs ? import <nixpkgs> {} }:
  pkgs.mkShell {
    nativeBuildInputs = with pkgs.buildPackages; [
      openssl
      pkg-config
      libxml2
      glib
      sqlite
    ];
}