static const char* curl_str = "--\n" "-- Author: Alexey Melnichuk \n" "--\n" "-- Copyright (C) 2014-2016 Alexey Melnichuk \n" "--\n" "-- Licensed according to the included 'LICENSE' document\n" "--\n" "-- This file is part of Lua-cURL library.\n" "--\n" "\n" "local curl = require \"lcurl\"\n" "local impl = require \"cURL.impl.cURL\"\n" "\n" "return impl(curl)\n" ;