moz.yaml (1003B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "mozglue" 6 7 origin: 8 name: fmt 9 description: A modern formatting library 10 11 url: https://github.com/fmtlib/fmt 12 13 release: 6bdc12a19946794a3c653854def5cf0fc09b49b1 (2024-10-09T18:04:55Z). 14 revision: 6bdc12a19946794a3c653854def5cf0fc09b49b1 15 16 license: MIT 17 18 vendoring: 19 url: https://github.com/fmtlib/fmt 20 source-hosting: github 21 tracking: commit 22 patches: 23 - print-null-string.patch 24 - use-double-conversion.patch 25 - comment-format-system-error.patch 26 27 exclude: 28 - test 29 - support 30 - .github 31 - .clang-format 32 - .gitgnore 33 - CMakeLists.txt 34 - CONTRIBUTING.md 35 - README.md 36 - ChangeLog.md 37 - doc 38 - src 39 - include 40 41 include: 42 - include/fmt/args.h 43 - include/fmt/base.h 44 - include/fmt/color.h 45 - include/fmt/chrono.h 46 - include/fmt/format-inl.h 47 - include/fmt/format.h 48 - include/fmt/ostream.h 49 - include/fmt/ranges.h 50 - include/fmt/xchar.h 51 - src/format.cc 52 - LICENSE