{"id":33237082,"url":"https://github.com/orthecreedence/cl-async","last_synced_at":"2026-03-13T01:34:26.036Z","repository":{"id":44445366,"uuid":"5929874","full_name":"orthecreedence/cl-async","owner":"orthecreedence","description":"Asynchronous IO library for Common Lisp.","archived":false,"fork":false,"pushed_at":"2024-11-04T17:03:04.000Z","size":1942,"stargazers_count":293,"open_issues_count":46,"forks_count":38,"subscribers_count":20,"default_branch":"master","last_synced_at":"2026-03-02T22:57:17.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orthecreedence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-09-24T04:41:34.000Z","updated_at":"2026-02-07T01:43:59.000Z","dependencies_parsed_at":"2023-11-14T08:31:10.089Z","dependency_job_id":"6865a7a5-1487-44e5-8138-2f48ee4d2506","html_url":"https://github.com/orthecreedence/cl-async","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orthecreedence/cl-async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orthecreedence%2Fcl-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orthecreedence%2Fcl-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orthecreedence%2Fcl-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orthecreedence%2Fcl-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orthecreedence","download_url":"https://codeload.github.com/orthecreedence/cl-async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orthecreedence%2Fcl-async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30453808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"ssl_error","status_checked_at":"2026-03-12T21:30:43.161Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-16T19:00:28.321Z","updated_at":"2026-03-13T01:34:26.012Z","avatar_url":"https://github.com/orthecreedence.png","language":"Common Lisp","readme":"cl-async - Asynchronous operations for Common Lisp\n==================================================\nCl-async is a library for general purpose, non-blocking programming in Common\nLisp. Cl-async uses [libuv](http://docs.libuv.org/en/v1.x/) as the backend,\nwhich is a fast, stable, portable library for asynchronous IO (used as the\nbackend library in Node.js).\n\nThe main goal is to provide an experience that makes general asynchronous \nprogramming in lisp natural, and to also provide a number of\n[drivers](http://orthecreedence.github.io/cl-async/drivers) on top of cl-async.\n\n__NOTE:__ cl-async uses the v1.x branch of libuv, so make sure to grab that\nversion of it (not the v0.10.x branch).\n\n### [Documentation](http://orthecreedence.github.io/cl-async/documentation)\nPlease see the [cl-async website](http://orthecreedence.github.io/cl-async) for\nfull documentation, examples, etc.\n\nQuick links:\n\n- [Documentation](http://orthecreedence.github.io/cl-async/documentation)\n  - [Base system](http://orthecreedence.github.io/cl-async/base)\n  - [Timers](http://orthecreedence.github.io/cl-async/timers)\n  - [Signal handling](http://orthecreedence.github.io/cl-async/signal-handling)\n  - [DNS](http://orthecreedence.github.io/cl-async/dns)\n  - [TCP](http://orthecreedence.github.io/cl-async/tcp)\n  - [TCP stream](http://orthecreedence.github.io/cl-async/tcp-stream)\n  - [TCP SSL](http://orthecreedence.github.io/cl-async/tcp-ssl)\n  - [Pollers](http://orthecreedence.github.io/cl-async/pollers)\n  - [Idlers](http://orthecreedence.github.io/cl-async/idlers)\n  - [Notifiers](http://orthecreedence.github.io/cl-async/notifiers)\n  - [Futures](http://orthecreedence.github.io/cl-async/future)\n  - [Threading](http://orthecreedence.github.io/cl-async/threading)\n  - [Stats](http://orthecreedence.github.io/cl-async/stats)\n  - [Event callbacks and error handling](http://orthecreedence.github.io/cl-async/event-handling)\n- [Examples](http://orthecreedence.github.io/cl-async/examples)\n- [Benchmarks](http://orthecreedence.github.io/cl-async/benchmarks)\n- [Implementation notes](http://orthecreedence.github.io/cl-async/implementation-notes)\n- [Drivers](http://orthecreedence.github.io/cl-async/drivers)\n\n### Install\n```lisp\n(ql:quickload :cl-async)\n```\n\nPlease be aware that until cl-async v0.6.x is in quicklisp, you might want to\ngit clone the master branch into `quicklisp/local-projects/`.\n\n### Tests\nThere is a fairly complete suite of tests in the `cl-async-test` package:\n\n```common-lisp\n(ql:quickload :cl-async-test)\n(cl-async-test:run-tests)\n(cl-async-test:run-tests :ssl t)\n(cl-async-test:run-tests :threading t)\n```\n\n### License\nAs always, my code is MIT licensed. Do whatever the hell you want with it. Enjoy!\n\n","funding_links":[],"categories":["Interfaces to other package managers"],"sub_categories":["Third-party APIs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forthecreedence%2Fcl-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forthecreedence%2Fcl-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forthecreedence%2Fcl-async/lists"}