no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / media / highway / moz.yaml
blob99e234b7fce1a55f6c1637fac4e7c9965a0c3aaf
1 # Version of this schema
2 schema: 1
4 bugzilla:
5   # Bugzilla product and component for this directory and subdirectories
6   product: Core
7   component: "Graphics: ImageLib"
9 # Document the source of externally hosted code
10 origin:
12   # Short name of the package/library
13   name: highway
15   description: Performance-portable, length-agnostic SIMD with runtime dispatch
17   # Full URL for the package's homepage/etc
18   # Usually different from repository url
19   url: https://github.com/google/highway
21   # Human-readable identifier for this version/release
22   # Generally "version NNN", "tag SSS", "bookmark SSS"
23   release: 270d84417f9776a2516b37910f571ef13947be21 (2023-05-24T11:10:46Z).
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 270d84417f9776a2516b37910f571ef13947be21
29   # The package's license, where possible using the mnemonic from
30   # https://spdx.org/licenses/
31   # Multiple licenses can be specified (as a YAML list)
32   # A "LICENSE" file must exist containing the full license text
33   license: Apache-2.0
35   license-file: LICENSE
37 vendoring:
38   url: https://github.com/google/highway
39   source-hosting: github
40   vendor-directory: third_party/highway
42   exclude:
43     - g3doc/