magnetease 0.1.3

A library to fetch magnets from the internet
Documentation
1
2
3
4
5
6
7
8
9
10
let
  nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11";
  pkgs = import nixpkgs { config = {}; overlays = []; };
in
  pkgs.mkShellNoCC {
    packages = with pkgs; [
      openssl
      pkg-config
    ];
  }