summaryrefslogtreecommitdiffstats
path: root/mfbt/double-conversion/moz.yaml
blob: 598f9b88fd40883f166cf02d60f2e52c41990f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
schema: 1

bugzilla:
  product: Core
  component: "MFBT"

origin:
  name: double-conversion
  description: binary-decimal and decimal-binary routines for IEEE doubles

  url: https://github.com/google/double-conversion

  release: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe (2023-05-18T12:20:37Z).
  revision: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe

  license: BSD-3-Clause
  license-file: LICENSE

vendoring:
  url: https://github.com/google/double-conversion
  source-hosting: github
  tracking: commit

  exclude:
    - "*"
    - "double-conversion/*"
    - cmake
    - msvc
    - test

  include:
    - LICENSE
    - README.md
    - "double-conversion/*.h"
    - "double-conversion/*.cc"

  patches:
    - add-mfbt-api-markers.patch
    - use-mozilla-assertions.patch
    - debug-only-functions.patch
    - to-fixed-dbl-max.patch

  update-actions:
    - action: move-file
      from: '{vendor_dir}/README.md'
      to: '{vendor_dir}/double-conversion/README.md'
    - action: delete-path
      path: '{vendor_dir}/double-conversion/.gitignore'