OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / source / ringpm / packages / tictactoe3d / package.ring
1 aPackageInfo = [
2         :name = "The TicTacToe3D Package",
3         :description = "Our TicTacToe3D package using the Ring programming language",
4         :folder = "tictactoe3d",
5         :developer = "Mahmoud Fayed",
6         :email = "msfclipper@yahoo.com",
7         :license = "MIT License",
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 = "ringallegro",
19                         :version = "1.0",
20                         :providerusername = ""
21                 ],
22                 [
23                         :name = "ringopengl21",
24                         :version = "1.0",
25                         :providerusername = ""
26                 ]
27         ],
28         :files =        [
29                 "main.ring",
30                 "README.md"
31         ],
32         :ringfolderfiles =      [
33                 "applications/tictactoe3d/font/pirulen.ttf",
34                 "applications/tictactoe3d/image/back.jpg",
35                 "applications/tictactoe3d/image/back2.jpg",
36                 "applications/tictactoe3d/image/ballon.png",
37                 "applications/tictactoe3d/image/empty.png",
38                 "applications/tictactoe3d/image/o.png",
39                 "applications/tictactoe3d/image/x.png",
40                 "applications/tictactoe3d/README.md",
41                 "applications/tictactoe3d/sound/music1.wav",
42                 "applications/tictactoe3d/tictactoe3d.ring"
43         ],
44         :windowsfiles =         [
45
46         ],
47         :linuxfiles =   [
48
49         ],
50         :macosfiles =   [
51
52         ],
53         :windowsringfolderfiles =       [
54
55         ],
56         :linuxringfolderfiles =         [
57
58         ],
59         :macosringfolderfiles =         [
60
61         ],
62         :run = "ring main.ring",
63         :setup = "",
64         :windowssetup = "",
65         :linuxsetup = "",
66         :macossetup = "",
67         :ubuntusetup = "",
68         :fedorasetup = "",
69         :remotefolder = "tictactoe3d",
70         :branch = "master",
71         :providerusername = "ringpackages",
72         :providerwebsite = "github.com"
73 ]