news-flash 3.0.0

Base library for a modern feed reader
Documentation
1
2
3
4
5
6
7
8
9
10
{ pkgs ? import <nixpkgs> {} }:
  pkgs.mkShell {
    nativeBuildInputs = with pkgs.buildPackages; [
      openssl
      pkg-config
      libxml2
      glib
      sqlite
    ];
}