💾 Archived View for gmi.noulin.net › gitRepositories › zrle › file › package.yml.gmi captured on 2023-07-10 at 18:02:18. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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"