1+ {
2+ "dependencyControlFeedFormatVersion" : " 0.2.0" ,
3+ "name" : " Functional" ,
4+ "description" : " The official Functional repository." ,
5+ "baseUrl" : " https://github.com/TypesettingTools/Functional" ,
6+ "url" : " @{baseUrl}" ,
7+ "fileBaseUrl" : " https://raw.githubusercontent.com/TypesettingTools/Functional/" ,
8+ "maintainer" : " line0" ,
9+ "knownFeeds" : {
10+ "DependencyControl" : " https://raw.githubusercontent.com/TypesettingTools/DependencyControl/master/DependencyControl.json" ,
11+ "line0scripts" : " https://raw.githubusercontent.com/TypesettingTools/line0-Aegisub-Scripts/master/DependencyControl.json" ,
12+ "a-mo" : " https://raw.githubusercontent.com/TypesettingCartel/Aegisub-Motion/DepCtrl/DependencyControl.json" ,
13+ "SubInspector" : " https://raw.githubusercontent.com/TypesettingTools/SubInspector/master/DependencyControl.json" ,
14+ "ASSFoundation" : " https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json" ,
15+ "ffi-experiments" : " https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json" ,
16+ "lyger-scripts" : " https://raw.githubusercontent.com/TypesettingTools/lyger-Aegisub-Scripts/master/DependencyControl.json" ,
17+ "unanimated-scripts" : " https://raw.githubusercontent.com/TypesettingTools/unanimated-Aegisub-Scripts/master/DependencyControl.json" ,
18+ "coffeeflux-scripts" : " https://raw.githubusercontent.com/TypesettingTools/CoffeeFlux-Aegisub-Scripts/master/DependencyControl.json"
19+ },
20+ "modules" : {
21+ "l0.DependencyControl" : {
22+ "url" : " @{baseUrl}#@{namespace}" ,
23+ "author" : " line0" ,
24+ "name" : " (Almost) Functional Suite" ,
25+ "description" : " Collection of commonly used functions" ,
26+ "fileBaseUrl" : " @{fileBaseUrl}v@{version}-@{channel}/" ,
27+ "channels" : {
28+ "alpha" : {
29+ "version" : " 0.1.0" ,
30+ "released" : " 2015-11-22" ,
31+ "default" : true ,
32+ "files" : [
33+ {
34+ "name" : " .moon" ,
35+ "url" : " @{fileBaseUrl}Functional.moon" ,
36+ "sha1" : " 55C4D9EABE4E755075A4A332DAE9612B2399E390"
37+ }
38+ ],
39+ "requiredModules" : [
40+ {
41+ "moduleName" : " aegisub.util"
42+ },
43+ {
44+ "moduleName" : " aegisub.unicode"
45+ },
46+ {
47+ "moduleName" : " aegisub.re"
48+ }
49+ ]
50+ }
51+ },
52+ "changelog" : {
53+ "0.1.0" : [
54+ " Initial release."
55+ ]
56+ }
57+ }
58+ }
59+ }
0 commit comments