diff options
Diffstat (limited to 'toolkit/components/translations/fasttext/moz.yaml')
-rw-r--r-- | toolkit/components/translations/fasttext/moz.yaml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/toolkit/components/translations/fasttext/moz.yaml b/toolkit/components/translations/fasttext/moz.yaml new file mode 100644 index 0000000000..69fa4df06a --- /dev/null +++ b/toolkit/components/translations/fasttext/moz.yaml @@ -0,0 +1,44 @@ +# Version of this schema +schema: 1 + +bugzilla: + # Bugzilla product and component for this directory and subdirectories + product: Firefox + component: Translation + +# Document the source of externally hosted code +origin: + + # Short name of the package/library + name: fasttext + + description: The JavaScript emscripten worker to run fastText + + # Full URL for the package's homepage/etc + # Usually different from repository url + url: https://github.com/facebookresearch/fastText + + # Human-readable identifier for this version/release + # Generally "version NNN", "tag SSS", "bookmark SSS" + release: v0.9.2 + + # Revision to pull in + # Must be a long or short commit SHA (long preferred) + revision: 3697152e0fd772d9185697fdbd4a1d340ca5571d + + # The package's license, where possible using the mnemonic from + # https://spdx.org/licenses/ + # Multiple licenses can be specified (as a YAML list) + # A "LICENSE" file must exist containing the full license text + license: MIT + + notes: > + This code was generated from the fastText repository on the following revision: + 3697152e0fd772d9185697fdbd4a1d340ca5571d + + https://github.com/facebookresearch/fastText + + There are detailed instructions in the Firefox Source Docs on how to build these + dependencies locally. + + https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/02_contributing.html#building-fasttext |