OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / source / ringpm / packages / sokoban / package.ring
1 aPackageInfo = [
2         :name = "The Sokoban Package",
3         :description = "Our Sokoban package using the Ring programming language",
4         :folder = "sokoban",
5         :developer = "Mahmoud Fayed",
6         :email = "msfclipper@yahoo.com",
7         :license = "MIT License",
8         :version = "1.0.1",
9         :ringversion = "1.10",
10         :versions =     [
11                 [
12                         :version = "1.0.1",
13                         :branch = "master"
14                 ]
15         ],
16         :libs =         [
17                 [
18                         :name = "ringallegro",
19                         :version = "1.0",
20                         :providerusername = ""
21                 ]
22         ],
23         :files =        [
24                 "main.ring",
25                 "README.md"
26         ],
27         :ringfolderfiles =      [
28                 "applications/sokoban/fonts/pirulen.ttf",
29                 "applications/sokoban/images/box.jpg",
30                 "applications/sokoban/images/boxondoor.jpg",
31                 "applications/sokoban/images/door.jpg",
32                 "applications/sokoban/images/empty.jpg",
33                 "applications/sokoban/images/player.jpg",
34                 "applications/sokoban/images/shot.gif",
35                 "applications/sokoban/images/wall.jpg",
36                 "applications/sokoban/README.md",
37                 "applications/sokoban/sokoban.jpg",
38                 "applications/sokoban/sokoban.ring",
39                 "applications/sokoban/sokoban_v2.ring"
40         ],
41         :windowsfiles =         [
42
43         ],
44         :linuxfiles =   [
45
46         ],
47         :ubuntufiles =  [
48
49         ],
50         :fedorafiles =  [
51
52         ],
53         :macosfiles =   [
54
55         ],
56         :windowsringfolderfiles =       [
57
58         ],
59         :linuxringfolderfiles =         [
60
61         ],
62         :ubunturingfolderfiles =        [
63
64         ],
65         :fedoraringfolderfiles =        [
66
67         ],
68         :macosringfolderfiles =         [
69
70         ],
71         :run = "ring main.ring",
72         :windowsrun = "",
73         :linuxrun = "",
74         :macosrun = "",
75         :ubunturun = "",
76         :fedorarun = "",
77         :setup = "",
78         :windowssetup = "",
79         :linuxsetup = "",
80         :macossetup = "",
81         :ubuntusetup = "",
82         :fedorasetup = "",
83         :remove = "",
84         :windowsremove = "",
85         :linuxremove = "",
86         :macosremove = "",
87         :ubunturemove = "",
88         :fedoraremove = "",
89         :remotefolder = "sokoban",
90         :branch = "master",
91         :providerusername = "ringpackages",
92         :providerwebsite = "github.com"
93 ]