OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / source / ringpm / packages / notepadppeditorextension / package.ring
1 aPackageInfo = [
2         :name = "The NotepadppEditorExtension Package",
3         :description = "Our NotepadppEditorExtension package using the Ring programming language",
4         :folder = "notepadppeditorextension",
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 = "",
19                         :version = "",
20                         :providerusername = ""
21                 ]
22         ],
23         :files =        [
24                 "main.ring",
25                 "README.md"
26         ],
27         :ringfolderfiles =      [
28                 "editor/notepad_plus_plus/LICENSE.md",
29                 "editor/notepad_plus_plus/Readme.md",
30                 "editor/notepad_plus_plus/ScreenShot.png",
31                 "editor/notepad_plus_plus/Syntax/Ring.xml"
32         ],
33         :windowsfiles =         [
34
35         ],
36         :linuxfiles =   [
37
38         ],
39         :macosfiles =   [
40
41         ],
42         :windowsringfolderfiles =       [
43
44         ],
45         :linuxringfolderfiles =         [
46
47         ],
48         :macosringfolderfiles =         [
49
50         ],
51         :run = "ring main.ring",
52         :setup = "",
53         :windowssetup = "",
54         :linuxsetup = "",
55         :macossetup = "",
56         :ubuntusetup = "",
57         :fedorasetup = "",
58         :remove = "",
59         :windowsremove = "",
60         :linuxremove = "",
61         :macosremove = "",
62         :ubunturemove = "",
63         :fedoraremove = "",
64         :remotefolder = "notepadppeditorextension",
65         :branch = "master",
66         :providerusername = "ringpackages",
67         :providerwebsite = "github.com"
68 ]