forked from Youka/Yutils
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDependencyControl.json
More file actions
40 lines (40 loc) · 1.19 KB
/
Copy pathDependencyControl.json
File metadata and controls
40 lines (40 loc) · 1.19 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
{
"dependencyControlFeedFormatVersion": "0.4.0",
"name": "Yutils",
"description": "An ASS typeset utilities library.",
"baseUrl": "https://github.com/TypesettingTools/Yutils",
"url": "@{baseUrl}",
"maintainer": "TypesettingTools",
"modules": {
"tstools.Yutils": {
"name": "Yutils",
"description": "An ASS typeset utilities library.",
"author": "Christoph \"Youka\" Spanknebel",
"url": "@{baseUrl}",
"channels": {
"main": {
"version": "1.0.0",
"released": "2026-07-24",
"default": true,
"files": [
{
"name": ".lua",
"url": "https://raw.githubusercontent.com/TypesettingTools/Yutils/v@{version}/src/Yutils.lua",
"sha1": "3439D32F109F40EF24EFECE6C2A3C0AB0B314EE0"
}
],
"provides": [
{
"name": "Yutils"
}
]
}
},
"changelog": {
"1.0.0": [
"feat: Yutils can now be installed and updated through DependencyControl as `tstools.Yutils`, and provides the bare `Yutils` module name so existing scripts keep working unchanged."
]
}
}
}
}