moz.yaml (694B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "Graphics: Text" 6 7 origin: 8 name: ots 9 description: Sanitiser for OpenType project 10 11 url: https://github.com/khaledhosny/ots 12 13 release: ee75ff5dcef67fcd3ea7255044c889349e210750 (2025-06-18T14:28:17Z). 14 revision: ee75ff5dcef67fcd3ea7255044c889349e210750 15 16 license: BSD-3-Clause 17 license-file: LICENSE 18 19 vendoring: 20 url: https://github.com/khaledhosny/ots 21 source-hosting: github 22 tracking: commit 23 24 exclude: 25 - ".*" 26 - "**" 27 28 include: 29 - include/ 30 - src/ 31 - tests/*.cc 32 33 keep: 34 - LICENSE 35 - RLBoxWOFF2Host.* 36 - RLBoxWOFF2Types.* 37 38 patches: 39 - ots-lz4.patch 40 - ots-rlbox.patch 41 - ots-visibility.patch