💾 Archived View for gmi.noulin.net › gitRepositories › lz4 › file › package.yml.gmi captured on 2023-01-29 at 13:21:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

lz4

Log

Files

Refs

LICENSE

package.yml (437B)

     1 ---
     2   name: lz4
     3   version: 0.0.4
     4   description: "Extremely Fast Compression algorithm (SHA b5233d3), package for https://github.com/lz4/lz4"
     5   bin: ./lz4.c
     6   cflags: "-O3 -std=gnu11 -fPIC -pipe"
     7   repository:
     8     type: git
     9     url: "git+https://github.com/lz4/lz4.git"
    10   keywords:
    11     - utility
    12   author: Remy Noulin
    13   license: "BSD-2"
    14   bugs:
    15     url: "https://github.com/lz4/lz4/issues"
    16   homepage: "https://github.com/lz4/lz4#readme"