-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfunding.json
More file actions
108 lines (108 loc) · 4.37 KB
/
Copy pathfunding.json
File metadata and controls
108 lines (108 loc) · 4.37 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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Tarides",
"email": "contact@tarides.com",
"description": "Tarides is an international software company dedicated to advancing the OCaml ecosystem by maintaining core tools and critical infrastructure for the community. Our team provides continuous integration (CI) services and tooling for OCaml, such as automated build and test pipelines for OCaml projects and the opam package repository, ensuring that the ecosystem remains robust and up-to-date. We also contribute to OCaml language development and maintain essential libraries and developer tools. Financial support will help us sustain and expand this infrastructure and support the engineers working on these open-source projects.",
"webpageUrl": {
"url": "https://tarides.com",
"wellKnown": "https://tarides.com/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "ocurrent-overview",
"name": "OCurrent Overview",
"description": "This repository documents the structure and components of the OCurrent CI ecosystem, which underpins much of the OCaml project's continuous integration infrastructure. It serves as an entry point for understanding and contributing to the interconnected tools--such as ocaml-ci and opam-repo-ci--that Tarides helps maintain. It represents critical shared infrastructure that ensures the health and evolution of the OCaml package ecosystem.",
"webpageUrl": {
"url": "https://github.com/ocurrent/overview",
"wellKnown": "https://github.com/ocurrent/overview/blob/master/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/ocurrent/overview",
"wellKnown": "https://github.com/ocurrent/overview/blob/master/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"documentation",
"ci",
"ocaml",
"overview"
]
},
{
"guid": "irmin",
"name": "Irmin",
"description": "Irmin is a distributed database built on the same principles as Git, designed to work in a variety of environments from web browsers to large-scale servers. Tarides maintains and develops Irmin as a key component for building distributed applications and storage systems in OCaml.",
"webpageUrl": {
"url": "https://github.com/mirage/irmin",
"wellKnown": "https://github.com/mirage/irmin/blob/main/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/mirage/irmin",
"wellKnown": "https://github.com/mirage/irmin/blob/main/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:ISC"
],
"tags": [
"database",
"distributed-systems",
"ocaml",
"storage"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/tarides",
"description": "Support Tarides via GitHub Sponsors (one-time or recurring donations)."
}
],
"plans": [
{
"guid": "ci-hosting",
"status": "active",
"name": "CI infrastructure hosting",
"description": "Covers the monthly costs of servers and cloud resources for running the OCaml CI infrastructure (build workers, storage, etc.).",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "developer-support",
"status": "active",
"name": "Developer support",
"description": "Helps fund developer time for maintaining and improving the CI tools and infrastructure (adding new features, platform support, bug fixes, etc.).",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "goodwill-plan",
"status": "active",
"name": "Goodwill one-time support",
"description": "Contribute any one-time amount to support our open-source CI infrastructure and ensure its sustainability.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors"
]
}
]
}
}