Bug 1890793: Assert CallArgs::newTarget is not gray. r=spidermonkey-reviewers,sfink...
[gecko.git] / third_party / zstd / moz.yaml
blob52accb395ad55f87e2f59ce0ac8efded2e0d3cab
1 schema: 1
3 bugzilla:
4   product: Toolkit
5   component: "General"
7 origin:
8   name: zstd
9   description: generic-purpose lossless compression algorithm
11   url: https://github.com/facebook/zstd
13   release: 72c16b187d27016b7634f5c6b7290e7c66ba44b3 (2024-04-01T16:53:08Z).
14   revision: 72c16b187d27016b7634f5c6b7290e7c66ba44b3
16   license: "BSD-3-Clause"
17   license-file: "LICENSE"
19 vendoring:
20   url: https://github.com/facebook/zstd
21   source-hosting: github
22   tracking: commit
24   exclude:
25     - ".*"
26     - ".circleci"
27     - "*"
28     - build
29     - examples
30     - tests
31     - zlibWrapper
32     - programs
33     - contrib
34     - doc
35     - lib/legacy
36     - lib/dll
37     - lib/deprecated
38     - lib/dictBuilder
39     - lib/compress
41   include:
42     - lib/
43     - LICENSE
44     - COPYING