{"id":14990038,"url":"https://github.com/flightaware/tclcurl-fa","last_synced_at":"2025-04-12T02:03:57.614Z","repository":{"id":53758334,"uuid":"99407724","full_name":"flightaware/tclcurl-fa","owner":"flightaware","description":"TclCurl package to provide Curl support in Tcl. ","archived":false,"fork":false,"pushed_at":"2025-02-19T19:08:35.000Z","size":559,"stargazers_count":14,"open_issues_count":8,"forks_count":9,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-12T02:03:51.434Z","etag":null,"topics":["curl","libcurl","tcl","tcl-extension"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flightaware.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.txt","contributing":null,"funding":null,"license":"license.terms","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-05T07:46:00.000Z","updated_at":"2025-02-19T19:08:33.000Z","dependencies_parsed_at":"2024-08-13T23:08:30.116Z","dependency_job_id":null,"html_url":"https://github.com/flightaware/tclcurl-fa","commit_stats":{"total_commits":60,"total_committers":10,"mean_commits":6.0,"dds":0.7,"last_synced_commit":"ed4856901dee2784ceeb6d2ee0d621fe05aa0134"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftclcurl-fa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftclcurl-fa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftclcurl-fa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftclcurl-fa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flightaware","download_url":"https://codeload.github.com/flightaware/tclcurl-fa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505863,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curl","libcurl","tcl","tcl-extension"],"created_at":"2024-09-24T14:19:22.224Z","updated_at":"2025-04-12T02:03:57.577Z","avatar_url":"https://github.com/flightaware.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Linux CI](https://github.com/flightaware/tclcurl-fa/actions/workflows/linux-ci.yml/badge.svg)](https://github.com/flightaware/tclcurl-fa/actions/workflows/linux-ci.yml)\n[![Mac CI](https://github.com/flightaware/tclcurl-fa/actions/workflows/mac-ci.yml/badge.svg)](https://github.com/flightaware/tclcurl-fa/actions/workflows/mac-ci.yml)\n[![Windows CI](https://github.com/flightaware/tclcurl-fa/actions/workflows/windows-ci.yml/badge.svg)](https://github.com/flightaware/tclcurl-fa/actions/workflows/windows-ci.yml)\n\n# TclCurl - get a URL with FTP, TELNET, LDAP, DICT, FILE, HTTP or HTTPS syntax.\n\n## Introduction\n\nTclCurl gives the Tcl programmer access to the facilities of libcurl. For more information\nabout what libcurl is capable of check https://curl.se/\n\nTo make type:\n\n      ./configure ?--enable-threads?\n      make\n      make install\n\nThe configure script will deduce `$PREFIX` from the tcl installation.\nThe generated `Makefile` uses the file `$PREFIX/lib/tclConfig.sh` that was left by\nthe make of tcl for most of its configuration parameters.\n\nThere is another file, ReadMeW32.txt, to explain how to compile in Windows.\n\n## Troubleshooting\n\nIf you are running Red Hat or Fedora and you are compiling from source,\nmake sure the directory `/usr/local/lib` is listed in `/etc/ld.so.conf`,\nif it isn't add it before installing cURL.\n\nIf the configure script doesn't detect Tcl even though it is there, it\nis probably because there is no `tclConfig.sh` file, maybe you need\nto install a `tcl-devel` package or maybe it would be a good idea\nto download the latest version, and install that.\n\n## Usage\n\n    package require TclCurl\n\n    set curlHandle [curl::init]\n\n    $curlHandle perform\n\n    $curlHandle getinfo curlinfo_option\n\n    $curlHandle duphandle\n\n    $curlHandle cleanup\n\n    curl::transfer\n\n    curl::version\n\n    curl::escape $url\n\n    curl::unescape $url\n\n    curl::curlConfig option\n\nCheck the man page for details.\n\n## Authors\n\nOriginally written by:  Andres Garcia (fandom@telefonica.net)\n\nCloned from a repo by Steve Havelka once at:  https://bitbucket.org/smh377/tclcurl/\n\n## License\n\nUse at your own risk.  No support.\nBSD like license, check 'license.terms' for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflightaware%2Ftclcurl-fa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflightaware%2Ftclcurl-fa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflightaware%2Ftclcurl-fa/lists"}