OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / target / ringpm / packages / ringpresentation / package.ring
1 aPackageInfo = [
2         :name = "RingPresentation パッケージ",
3         :description = "プログラミング言語 Ring 用の RingPresentation パッケージ",
4         :folder = "ringpresentation",
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 = "",
19                         :version = "",
20                         :providerusername = ""
21                 ]
22         ],
23         :files =        [
24                 "main.ring",
25                 "README.md",
26                 "Ring.pptx"
27         ],
28         :windowsfiles =         [
29
30         ],
31         :linuxfiles =   [
32
33         ],
34         :macosfiles =   [
35
36         ],
37         :run = "Ring.pptx",
38         :setup = "",
39         :remotefolder = "ringpresentation",
40         :branch = "master",
41         :providerusername = "ringpackages",
42         :providerwebsite = "github.com"
43 ]