blob: 69fa4df06aa2a711bf939b4afe3a4227f7b44899 (
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
|
# 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
|