tor-browser

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

moz.yaml (1049B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: "MFBT"
      6 
      7 origin:
      8  name: double-conversion
      9  description: binary-decimal and decimal-binary routines for IEEE doubles
     10 
     11  url: https://github.com/google/double-conversion
     12 
     13  release: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe (2023-05-18T12:20:37Z).
     14  revision: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe
     15 
     16  license: BSD-3-Clause
     17  license-file: LICENSE
     18 
     19 vendoring:
     20  url: https://github.com/google/double-conversion
     21  source-hosting: github
     22  tracking: commit
     23 
     24  exclude:
     25    - "*"
     26    - "double-conversion/*"
     27    - cmake
     28    - msvc
     29    - test
     30 
     31  include:
     32    - LICENSE
     33    - README.md
     34    - "double-conversion/*.h"
     35    - "double-conversion/*.cc"
     36 
     37  patches:
     38    - add-mfbt-api-markers.patch
     39    - use-mozilla-assertions.patch
     40    - debug-only-functions.patch
     41    - to-fixed-dbl-max.patch
     42 
     43  update-actions:
     44    - action: move-file
     45      from: '{vendor_dir}/README.md'
     46      to: '{vendor_dir}/double-conversion/README.md'
     47    - action: delete-path
     48      path: '{vendor_dir}/double-conversion/.gitignore'