{"id":16613178,"url":"https://github.com/c-cube/containers-lwt","last_synced_at":"2026-04-22T02:32:31.351Z","repository":{"id":144716985,"uuid":"42593332","full_name":"c-cube/containers-lwt","owner":"c-cube","description":"Utilities for Lwt","archived":false,"fork":false,"pushed_at":"2016-04-22T20:06:21.000Z","size":95,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-30T09:43:35.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c-cube.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-09-16T14:45:18.000Z","updated_at":"2016-10-04T23:30:29.000Z","dependencies_parsed_at":"2024-04-13T15:18:01.660Z","dependency_job_id":null,"html_url":"https://github.com/c-cube/containers-lwt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c-cube/containers-lwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fcontainers-lwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fcontainers-lwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fcontainers-lwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fcontainers-lwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-cube","download_url":"https://codeload.github.com/c-cube/containers-lwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fcontainers-lwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32118104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-12T01:46:20.855Z","updated_at":"2026-04-22T02:32:31.346Z","avatar_url":"https://github.com/c-cube.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Containers-lwt\n\nSmall suite of utilities for Lwt. BSD license.\n\n**not released yet**\n\n## Build\n\nDepends on [lwt](https://github.com/ocsigen/lwt/) and\n[containers](https://github.com/c-cube/ocaml-containers).\n\nUse opam, for instance:\n\n    opam pin add -k git containers-lwt https://github.com/c-cube/containers-lwt.git\n\nand\n\n    opam install containers-lwt\n\n## Use\n\nThe library contains a pack module `Containers_lwt`, with the following modules:\n\n- `Lwt_klist`: a lazy list of values compatible with `Lwt`. Resembles `Lwt_stream`\n   but with memoization, as a pure value.\n- `Lwt_pipe`: a (bounded or unbounded) pipe between consumer(s) and producer(s)\n   with a focus on safety and efficiency. The point is that pushing\n   and poping can block, thus limiting the resource consumption\n   if producers are faster than consumers.\n\nLess stable/usable:\n\n- `Lwt_actor`: experimental simplistic actor library on top of `Lwt`\n- `Lwt_automaton`: experimental automatons on top of `Lwt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Fcontainers-lwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-cube%2Fcontainers-lwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Fcontainers-lwt/lists"}