lz4

lz4 sheepy package
git clone https://noulin.net/git/lz4.git
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"