OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / target / ringpm / packages / othellogame / package.ring
1 aPackageInfo = [
2         :name = "OthelloGame パッケージ",
3         :description = "プログラミング言語 Ring 用の OthelloGame パッケージ",
4         :folder = "othellogame",
5         :developer = "Mahmoud Fayed",
6         :email = "msfclipper@yahoo.com",
7         :license = "MIT ライセンス",
8         :version = "1.0.0",
9         :ringversion = "1.10",
10         :versions =     [
11                 [
12                         :version = "1.0.0",
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                 "README.md"
31         ],
32         :ringfolderfiles =      [
33                 "applications/othellogame/black.jpg",
34                 "applications/othellogame/CalmoSoftOthelloGame.ring",
35                 "applications/othellogame/empty.jpg",
36                 "applications/othellogame/README.md",
37                 "applications/othellogame/white.jpg"
38         ],
39         :windowsfiles =         [
40
41         ],
42         :linuxfiles =   [
43
44         ],
45         :macosfiles =   [
46
47         ],
48         :windowsringfolderfiles =       [
49
50         ],
51         :linuxringfolderfiles =         [
52
53         ],
54         :macosringfolderfiles =         [
55
56         ],
57         :run = "ring main.ring",
58         :setup = "",
59         :windowssetup = "",
60         :linuxsetup = "",
61         :macossetup = "",
62         :ubuntusetup = "",
63         :fedorasetup = "",
64         :remotefolder = "othellogame",
65         :branch = "master",
66         :providerusername = "ringpackages",
67         :providerwebsite = "github.com"
68 ]