tor-browser

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

moz.yaml (693B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: MFBT
      6 
      7 origin:
      8  name: function2
      9  description: Improved and configurable drop-in replacement to std::function
     10 
     11  url: https://naios.github.io/function2/
     12 
     13  release: 496c20fede5378190fff471fcd7ee3d8705e5096 (2025-07-17T20:32:21Z).
     14 
     15  revision: 496c20fede5378190fff471fcd7ee3d8705e5096
     16 
     17  license: BSL-1.0
     18  license-file: LICENSE.txt
     19 
     20 updatebot:
     21  maintainer-phab: nika
     22  maintainer-bz: nika@thelayzells.com
     23  tasks:
     24    - type: vendoring
     25      enabled: True
     26      frequency: every
     27 
     28 vendoring:
     29  url: https://github.com/Naios/function2
     30  source-hosting: github
     31  tracking: commit
     32 
     33  exclude:
     34    - .github/
     35    - cmake/
     36    - test/
     37    - tools/