tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (1445B)


      1 # Version of this schema
      2 schema: 1
      3 
      4 bugzilla:
      5  # Bugzilla product and component for this directory and subdirectories
      6  product: Core
      7  component: "Graphics: ImageLib"
      8 
      9 # Document the source of externally hosted code
     10 origin:
     11 
     12  # Short name of the package/library
     13  name: highway
     14 
     15  description: Performance-portable, length-agnostic SIMD with runtime dispatch
     16 
     17  # Full URL for the package's homepage/etc
     18  # Usually different from repository url
     19  url: https://github.com/google/highway
     20 
     21  # Human-readable identifier for this version/release
     22  # Generally "version NNN", "tag SSS", "bookmark SSS"
     23  release: 2a67c5110fd5938a05d95d19fda3a806c9e61741 (2025-12-01T18:22:39Z).
     24 
     25  # Revision to pull in
     26  # Must be a long or short commit SHA (long preferred)
     27  revision: 2a67c5110fd5938a05d95d19fda3a806c9e61741
     28 
     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
     34 
     35  license-file: LICENSE
     36 
     37 updatebot:
     38    maintainer-phab: tnikkel
     39    maintainer-bz: tnikkel@gmail.com
     40    tasks:
     41      - type: vendoring
     42        enabled: True
     43        frequency: release
     44 
     45 vendoring:
     46  url: https://github.com/google/highway
     47  source-hosting: github
     48  vendor-directory: third_party/highway
     49  tracking: commit
     50 
     51  exclude:
     52    - g3doc/
     53    - hwy/tests
     54 
     55  patches:
     56    - "*.patch"