zrle

Compress zeros using Run Length Encoding
git clone https://noulin.net/git/zrle.git
Log | Files | Refs | LICENSE

package.yml (393B)


      1 ---
      2   name: zrle
      3   version: 0.0.6
      4   description: Compress zeros using Run Length Encoding
      5   bin: ./zrle.c
      6   cflags: "-O3 -std=gnu11 -fPIC -pipe"
      7   repository:
      8     type: git
      9     url: "git+https://noulin.net/git/zrle.git"
     10   keywords:
     11     - utility
     12   author: Remy Noulin
     13   license: MIT
     14   bugs:
     15     url: "https://noulin.net/zrle/log.html"
     16   homepage: "https://noulin.net/zrle/file/README.md.html"