forked from jesseadams/sphinx-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
43 lines (43 loc) · 931 Bytes
/
metadata.json
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
{
"name": "sphinx",
"description": "Installs/Configures sphinx search engine.",
"long_description": "",
"maintainer": "Jesse R. Adams",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"centos": ">= 0.0.0",
"rhel": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"debian": ">= 0.0.0"
},
"dependencies": {
"build-essential": ">= 0.0.0",
"mysql": ">= 0.0.0",
"postgresql": ">= 0.0.0",
"yum": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
"sphinx::default": ">= 0.0.0",
"sphinx::package": ">= 0.0.0",
"sphinx::source": ">= 0.0.0"
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"sphinx": "Installs sphinx",
"sphinx::package": "Installs sphinx from a package",
"sphinx::source": "Installs sphinx from source"
},
"version": "0.6.2"
}