function GetDelphiCompilerVersion: RawUTF8; begin result := {$ifdef FPC} 'Free Pascal' {$ifdef VER2_6_4}+' 2.6.4'{$endif} {$ifdef VER3_0_0}+' 3.0.0'{$endif} {$ifdef ...
A pure TypeScript library for interacting with Netconf/ConfD servers. This client provides powerful and easy-to-use API. Comes with an intuitive CLI tool for shell access and scripting. Note: This ...