cp437-tools 0.7.1

Small collection of tools to handle CP437 files
Documentation
1
2
3
4
5
6
7
8
9
10
(import
  (
    let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in
    fetchTarball {
      url = lock.nodes.flake-compat.locked.url;
      sha256 = lock.nodes.flake-compat.locked.narHash;
    }
  )
  { src = ./.; }
).shellNix