-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathfunding.json
More file actions
135 lines (135 loc) · 4.4 KB
/
funding.json
File metadata and controls
135 lines (135 loc) · 4.4 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
---
layout: none
---
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "steward",
"name": "Manas Technology Solutions",
"email": "crystal@manas.tech",
"description": "Manas.Tech is a boutique software studio known for turning complex ideas into robust, elegant software. With a senior team, a strong culture of ownership, and a track record in multiple industries, we build technology that works and lasts. Manas is also the birthplace of the Crystal programming language, which reflects the principles we bring to every project: high performance, clear syntax, and developer joy. Our ongoing stewardship of Crystal, as well as our commitment to its evolution and growth, are a testament to our long-term thinking and engineering craft.",
"webpageUrl": {
"url": "https://crystal-lang.org/"
}
},
"projects": [
{
"guid": "crystal-lang",
"name": "Crystal",
"description": "Crystal is a general-purpose, object-oriented programming language. With syntax inspired by Ruby, it’s a compiled language with static type-checking. Types are resolved by an advanced type inference algorithm.",
"webpageUrl": {
"url": "https://crystal-lang.org/"
},
"repositoryUrl": {
"url": "https://github.com/crystal-lang/crystal",
"wellKnown": "https://github.com/crystal-lang/crystal/blob/master/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:Apache-2.0"
],
"tags": [
"programming",
"programming-language",
"developer-tools",
"development"
]
}
],
"funding": {
"channels": [
{
"guid": "open-collective",
"type": "payment-provider",
"address": "https://opencollective.com/crystal-lang",
"description": "Support Crystal Language's development on OpenCollective"
}
],
"plans": [
{
"guid": "backer-s",
"status": "active",
"name": "Backer S",
"description": "Show your love for Crystal ❤️",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": [
"open-collective"
]
},
{
"guid": "backer-m",
"status": "active",
"name": "Backer M",
"description": "Show your love for Crystal ❤️",
"amount": 10,
"currency": "USD",
"frequency": "monthly",
"channels": [
"open-collective"
]
},
{
"guid": "backer-l",
"status": "active",
"name": "Backer L",
"description": "Show your love for Crystal ❤️ and add a link to your site on the Sponsors page",
"amount": 25,
"currency": "USD",
"frequency": "monthly",
"channels": [
"open-collective"
]
},
{
"guid": "bronze-sponsor",
"status": "active",
"name": "Bronze Sponsor",
"description": "Show your link and logo on the Sponsors page",
"amount": 75,
"currency": "USD",
"frequency": "monthly",
"channels": [
"open-collective"
]
},
{
"guid": "silver-sponsor",
"status": "active",
"name": "Silver Sponsor",
"description": "Show your link and logo on the Sponsors page, and a link with small logo on the Home Page and every Release note",
"amount": 350,
"currency": "USD",
"frequency": "monthly",
"channels": [
"open-collective"
]
},
{
"guid": "gold-sponsor",
"status": "active",
"name": "Gold Sponsor",
"description": "Show your link and a big logo in the Home Page and Sponsors page, mentions in communications (Newsletter, presentations), and your logo on the project's README.md after three consecutive months",
"amount": 750,
"currency": "USD",
"frequency": "monthly",
"channels": [
"open-collective"
]
},
{
"guid": "corporate-sponsor",
"status": "active",
"name": "Corporate Sponsor",
"description": "Get support from the Crystal team at Manas.Tech: development hours, teaching, and prioritization of issues. Contact us at crystal@manas.tech",
"amount": 2000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"open-collective"
]
}
]
}
}