moz.yaml (591B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "JavaScript Engine" 6 7 origin: 8 name: libffi 9 description: A portable foreign-function interface library 10 url: http://sourceware.org/libffi 11 12 release: v3.3 (2019-11-23T10:24:58-05:00). 13 revision: 5dcb741f1544c5e18c9dbf96aeb8b61cc556a616 14 15 license: MIT 16 license-file: LICENSE 17 18 vendoring: 19 url: https://github.com/libffi/libffi 20 source-hosting: github 21 tracking: commit 22 23 exclude: 24 - "**" 25 26 include: 27 - include/** 28 - src/** 29 30 keep: 31 - LICENSE 32 - README.md 33 - fficonfig.h.in 34 35 patches: 36 - '../libffi-patches/*'