lazarus-ccr/wst/trunk/ide/lazarus/wst_indy.lpk
inoussa 0e419f64ff Update the description of packages.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5999 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-08-15 18:33:39 +00:00

71 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="wst_indy"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Inoussa OUEDRAOGO"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\.."/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CustomOptions Value="-dINDY_10"/>
</Other>
</CompilerOptions>
<Description Value="Web Services Toolkit Indy transport layer.
The &quot;Web Service Toolkit” (WST) is a web-services consumption and authoring toolkit for FPC/Lazarus and Delphi developers. WST has support for SOAP,XMLRPC, JSON-RPC, a custom binary serialization formats and WSDL for services description. The supported transport protocols include HTTP, TCP and a library-base (for an in-process communication) tranport."/>
<License Value="Modified LGPL
"/>
<Version Minor="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\..\indy_http_protocol.pas"/>
<UnitName Value="indy_http_protocol"/>
</Item1>
<Item2>
<Filename Value="..\..\indy_http_server.pas"/>
<UnitName Value="indy_http_server"/>
</Item2>
<Item3>
<Filename Value="..\..\indy_tcp_protocol.pas"/>
<UnitName Value="indy_tcp_protocol"/>
</Item3>
<Item4>
<Filename Value="..\..\indy_tcp_server.pas"/>
<UnitName Value="indy_tcp_server"/>
</Item4>
</Files>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="indylaz"/>
</Item1>
<Item2>
<PackageName Value="wst_core"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>