-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-manifest.yml
61 lines (52 loc) · 1.5 KB
/
example-manifest.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# https://github.com/dxworks/dxworks-hub
slug: honyedew
description: The Honeydew description
license: Apache-2.0
repositories:
- https://github.com/dxworks/honeydew
- https://github.com/dxworks/honeydew-scriptbee
issues:
- https://dxworks.atlassian.net/HONEYDEW
- https://github.com/dxworks/honeydew/issues
docs:
- https://dxworks.org/honeydew
- https://github.com/dxworks/honeydew/tree/master/README.md
- https://readthedocs.io/dxworks/honeydew
site: https://dxworks.org/honeydew
technologies:
- C#
- Roslyn
- JavaScript
- Docker
tags:
- Analysis
authors:
- name: Andrei
email: andrei@gmail.com
twitter: "@andrei"
# This allows also to specify version 1 or 1.3
voyager:
versions:
# Version is a SEMVER string
- version: 1.3.0
name: dxworks/honeydew
tag: v1.3.0-voyager
asset: honeydew.zip
instrument-yml: https://raw.githubusercontent.com/dxworks/honeydew/v1.3.0-voyager/instrument.yml # may be deduced if not existent
online: false # false by default
- semver: 1.3.2
name: dxworks/honeydew
tag: v1.3.2-voyager
asset: honeydew-full.zip
symphony:
versions:
- version: 1.3.0
name: dxworks/honeydew
compose: https://raw.githubusercontent.com/dxworks/honeydew/v1.3.0-voyager/docker-compose.yml
script-bee:
versions:
- version: 1.0.0
name: Dxworks.Honeydew.ScriptBeePlugin
source-code: https://github.com/dxworks/honeydew/tree/master/HoneydewScriptbeePlugin
requires:
voyager: "1.3.x"