{"id":26025417,"url":"https://github.com/lagunoff/libcurl","last_synced_at":"2025-07-10T06:07:21.324Z","repository":{"id":247098326,"uuid":"825022399","full_name":"lagunoff/libcurl","owner":"lagunoff","description":"Incomplete Haskell bindings to libcurl ","archived":false,"fork":false,"pushed_at":"2024-07-07T22:44:46.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T13:43:03.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lagunoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-06T14:48:30.000Z","updated_at":"2024-07-07T22:44:49.000Z","dependencies_parsed_at":"2025-03-06T13:49:50.559Z","dependency_job_id":null,"html_url":"https://github.com/lagunoff/libcurl","commit_stats":null,"previous_names":["lagunoff/libcurl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lagunoff/libcurl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagunoff%2Flibcurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagunoff%2Flibcurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagunoff%2Flibcurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagunoff%2Flibcurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lagunoff","download_url":"https://codeload.github.com/lagunoff/libcurl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagunoff%2Flibcurl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264537402,"owners_count":23624420,"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":[],"created_at":"2025-03-06T13:39:38.744Z","updated_at":"2025-07-10T06:07:20.981Z","avatar_url":"https://github.com/lagunoff.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Wrote a wrapper for libcurl for a specific use case, the bindings are\nincomplete. Needed libcurl because http-client couldn't send HTTP2\nrequests\n\n```hs\nimport LibCurl\n\nmain = do\n  curl_global_init cURL_GLOBAL_DEFAULT\n  resp \u003c- curl CurlRequest\n    { url = \"https://freetestapi.com/api/v1/countries\"\n    , method = CurlGET\n    , headers = [\"Accept: application/json\"]\n    }\n  print resp\n  curl_global_cleanup\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flagunoff%2Flibcurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flagunoff%2Flibcurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flagunoff%2Flibcurl/lists"}