OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / target / ringpm / packages / gogame / package.ring
1 aPackageInfo = [
2         :name = "gogame パッケージ",
3         :description = "プログラミング言語 Ring 用の gogame パッケージ",
4         :folder = "gogame",
5         :developer = "",
6         :email = "",
7         :license = "MIT ライセンス",
8         :version = "1.0.6",
9         :ringversion = "1.11",
10         :versions =     [
11                 [
12                         :version = "1.0.6",
13                         :branch = "master"
14                 ]
15         ],
16         :libs =         [
17                 [
18                         :name = "ringqt",
19                         :version = "1.0",
20                         :providerusername = ""
21                 ],
22                 [
23                         :name = "stdlib",
24                         :version = "1.0",
25                         :providerusername = ""
26                 ]
27         ],
28         :files =        [
29                 "main.ring"
30         ],
31         :ringfolderfiles =      [
32                 "applications/go/Black-L.png",
33                 "applications/go/Black-M.png",
34                 "applications/go/Black-T.png",
35                 "applications/go/Black-C.png",
36                 "applications/go/Empty-T.png",
37                 "applications/go/go.png",
38                 "applications/go/GoGame.ring",
39                 "applications/go/README.md",
40                 "applications/go/White-L.png",
41                 "applications/go/White-M.png",
42                 "applications/go/White-T.png",
43                 "applications/go/White-C.png"
44         ],
45         :windowsfiles =         [
46
47         ],
48         :linuxfiles =   [
49
50         ],
51         :ubuntufiles =  [
52
53         ],
54         :fedorafiles =  [
55
56         ],
57         :macosfiles =   [
58
59         ],
60         :windowsringfolderfiles =       [
61
62         ],
63         :linuxringfolderfiles =         [
64
65         ],
66         :ubunturingfolderfiles =        [
67
68         ],
69         :fedoraringfolderfiles =        [
70
71         ],
72         :macosringfolderfiles =         [
73
74         ],
75         :run = "ring main.ring",
76         :windowsrun = "",
77         :linuxrun = "",
78         :macosrun = "",
79         :ubunturun = "",
80         :fedorarun = "",
81         :setup = "",
82         :windowssetup = "",
83         :linuxsetup = "",
84         :macossetup = "",
85         :ubuntusetup = "",
86         :fedorasetup = "",
87         :remove = "",
88         :windowsremove = "",
89         :linuxremove = "",
90         :macosremove = "",
91         :ubunturemove = "",
92         :fedoraremove = "",
93         :remotefolder = "gogame",
94         :branch = "master",
95         :providerusername = "ringpackages",
96         :providerwebsite = "github.com"
97 ]