55 lines
899 B
YAML
55 lines
899 B
YAML
schema: 1
|
|
|
|
bugzilla:
|
|
product: Toolkit
|
|
component: "General"
|
|
|
|
origin:
|
|
name: zstd
|
|
description: generic-purpose lossless compression algorithm
|
|
|
|
url: https://github.com/facebook/zstd
|
|
|
|
release: v1.5.7-kernel (2025-03-11T12:54:22-07:00).
|
|
revision: v1.5.7-kernel
|
|
|
|
license: "BSD-3-Clause"
|
|
license-file: "LICENSE"
|
|
|
|
vendoring:
|
|
url: https://github.com/facebook/zstd
|
|
source-hosting: github
|
|
tracking: tag
|
|
|
|
keep:
|
|
- preprocess_asm.py
|
|
|
|
exclude:
|
|
- ".*"
|
|
- ".circleci"
|
|
- "*"
|
|
- build
|
|
- examples
|
|
- tests
|
|
- zlibWrapper
|
|
- programs
|
|
- contrib
|
|
- doc
|
|
- lib/legacy
|
|
- lib/dll
|
|
- lib/deprecated
|
|
- lib/dictBuilder
|
|
- lib/compress
|
|
|
|
include:
|
|
- lib/
|
|
- LICENSE
|
|
- COPYING
|
|
|
|
updatebot:
|
|
maintainer-bz: rjesup@jesup.org
|
|
maintainer-phab: "#necko-reviewers"
|
|
tasks:
|
|
- type: vendoring
|
|
enabled: true
|
|
frequency: release
|