File: pas2jsdsgn.lpk

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (144 lines) | stat: -rw-r--r-- 4,353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <Package Version="5">
    <Name Value="Pas2JSDsgn"/>
    <Type Value="DesignTime"/>
    <Author Value="Mattias Gaertner"/>
    <CompilerOptions>
      <Version Value="11"/>
      <SearchPaths>
        <UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
      </SearchPaths>
      <Parsing>
        <SyntaxOptions>
          <AllowLabel Value="False"/>
        </SyntaxOptions>
      </Parsing>
      <Other>
        <CustomOptions Value="$(IDEBuildOptions)"/>
      </Other>
    </CompilerOptions>
    <Description Value="Adds a Lazarus project for pas2js (Pascal to JavaScript transpiler) browser applications."/>
    <License Value="GPL-2"/>
    <Version Major="1" Release="2"/>
    <Files Count="22">
      <Item1>
        <Filename Value="pjsdsgnregister.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="PJSDsgnRegister"/>
      </Item1>
      <Item2>
        <Filename Value="pjsdsgnoptsframe.pas"/>
        <UnitName Value="PJSDsgnOptsFrame"/>
      </Item2>
      <Item3>
        <Filename Value="frmpas2jsbrowserprojectoptions.pp"/>
        <UnitName Value="frmpas2jsbrowserprojectoptions"/>
      </Item3>
      <Item4>
        <Filename Value="pjsdsgnoptions.pas"/>
        <UnitName Value="PJSDsgnOptions"/>
      </Item4>
      <Item5>
        <Filename Value="frmpas2jsnodejsprojectoptions.pp"/>
        <UnitName Value="frmpas2jsnodejsprojectoptions"/>
      </Item5>
      <Item6>
        <Filename Value="pjscontroller.pp"/>
        <UnitName Value="PJSController"/>
      </Item6>
      <Item7>
        <Filename Value="strpas2jsdesign.pp"/>
        <UnitName Value="StrPas2JSDesign"/>
      </Item7>
      <Item8>
        <Filename Value="pjsprojectoptions.pp"/>
        <UnitName Value="PJSProjectOptions"/>
      </Item8>
      <Item9>
        <Filename Value="frmpas2jsatompackagesettings.lfm"/>
        <Type Value="LFM"/>
      </Item9>
      <Item10>
        <Filename Value="frmpas2jsatompackagesettings.pas"/>
        <UnitName Value="frmPas2jsAtomPackageSettings"/>
      </Item10>
      <Item11>
        <Filename Value="regpas2jsatom.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="regpas2jsatom"/>
      </Item11>
      <Item12>
        <Filename Value="atomdefaults.inc"/>
        <Type Value="Include"/>
      </Item12>
      <Item13>
        <Filename Value="regpas2jsvscode.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="regpas2jsvscode"/>
      </Item13>
      <Item14>
        <Filename Value="vscodedefaults.inc"/>
        <Type Value="Include"/>
      </Item14>
      <Item15>
        <Filename Value="frmpas2jsvscodeextensionsettings.pas"/>
        <UnitName Value="frmPas2jsVSCodeExtensionSettings"/>
      </Item15>
      <Item16>
        <Filename Value="frmhtmltoform.pas"/>
        <UnitName Value="frmhtmltoform"/>
      </Item16>
      <Item17>
        <Filename Value="idehtml2class.pas"/>
        <UnitName Value="idehtml2class"/>
      </Item17>
      <Item18>
        <Filename Value="frmdtstopas.pas"/>
        <UnitName Value="frmdtstopas"/>
      </Item18>
      <Item19>
        <Filename Value="idedtstopas.pas"/>
        <UnitName Value="idedtstopas"/>
      </Item19>
      <Item20>
        <Filename Value="idehtmltools.pas"/>
        <UnitName Value="idehtmltools"/>
      </Item20>
      <Item21>
        <Filename Value="frmpas2jsinstaller.pas"/>
        <AddToUsesPkgSection Value="False"/>
        <UnitName Value="FrmPas2jsInstaller"/>
      </Item21>
      <Item22>
        <Filename Value="frmpas2jsprogressdlg.pas"/>
        <UnitName Value="frmpas2jsprogressdlg"/>
      </Item22>
    </Files>
    <CompatibilityMode Value="True"/>
    <i18n>
      <EnableI18N Value="True"/>
      <OutDir Value="languages"/>
    </i18n>
    <RequiredPkgs Count="4">
      <Item1>
        <PackageName Value="LazProjectGroups"/>
      </Item1>
      <Item2>
        <PackageName Value="SimpleWebServerGUI"/>
      </Item2>
      <Item3>
        <PackageName Value="CodeTools"/>
      </Item3>
      <Item4>
        <PackageName Value="IDEIntf"/>
      </Item4>
    </RequiredPkgs>
    <UsageOptions>
      <UnitPath Value="$(PkgOutDir)"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
    </PublishOptions>
  </Package>
</CONFIG>