lazarus-ccr/wst/trunk/ide/lazarus/wst_fcltransport.lpk
inoussa 05e91fa5d1 Require FPC 3
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6002 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-08-15 18:44:12 +00:00

56 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="wst_fcltransport"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Inoussa OUEDRAOGO"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\.."/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Web Services Toolkit transport layer making use of the FPC built-in transport protocols for client and server.
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="..\..\fpc_http_protocol.pas"/>
<UnitName Value="fpc_http_protocol"/>
</Item1>
<Item2>
<Filename Value="..\..\fpc_tcp_protocol.pas"/>
<UnitName Value="fpc_tcp_protocol"/>
</Item2>
<Item3>
<Filename Value="..\..\fpc_http_server.pas"/>
<UnitName Value="fpc_http_server"/>
</Item3>
<Item4>
<Filename Value="..\..\fpc_tcp_server.pas"/>
<UnitName Value="fpc_tcp_server"/>
</Item4>
</Files>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="wst_core"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
<MinVersion Major="3" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>