Bug 1890277: part 2) Add `require-trusted-types-for` directive to CSP parser, guarded...
[gecko.git] / mfbt / double-conversion / moz.yaml
blob598f9b88fd40883f166cf02d60f2e52c41990f0e
1 schema: 1
3 bugzilla:
4   product: Core
5   component: "MFBT"
7 origin:
8   name: double-conversion
9   description: binary-decimal and decimal-binary routines for IEEE doubles
11   url: https://github.com/google/double-conversion
13   release: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe (2023-05-18T12:20:37Z).
14   revision: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe
16   license: BSD-3-Clause
17   license-file: LICENSE
19 vendoring:
20   url: https://github.com/google/double-conversion
21   source-hosting: github
22   tracking: commit
24   exclude:
25     - "*"
26     - "double-conversion/*"
27     - cmake
28     - msvc
29     - test
31   include:
32     - LICENSE
33     - README.md
34     - "double-conversion/*.h"
35     - "double-conversion/*.cc"
37   patches:
38     - add-mfbt-api-markers.patch
39     - use-mozilla-assertions.patch
40     - debug-only-functions.patch
41     - to-fixed-dbl-max.patch
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'