{"id":15061141,"url":"https://github.com/c-cube/rcontext","last_synced_at":"2025-04-10T06:36:30.559Z","repository":{"id":224220763,"uuid":"762743389","full_name":"c-cube/rcontext","owner":"c-cube","description":"Per-request context, inspired from Go's","archived":false,"fork":false,"pushed_at":"2025-03-19T13:44:49.000Z","size":5110,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T21:39:23.790Z","etag":null,"topics":["context","deadline","ocaml"],"latest_commit_sha":null,"homepage":"https://c-cube.github.io/rcontext/","language":"OCaml","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/c-cube.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-02-24T15:14:09.000Z","updated_at":"2025-03-19T13:30:28.000Z","dependencies_parsed_at":"2024-09-29T06:50:34.672Z","dependency_job_id":null,"html_url":"https://github.com/c-cube/rcontext","commit_stats":null,"previous_names":["c-cube/rcontext"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Frcontext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Frcontext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Frcontext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Frcontext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-cube","download_url":"https://codeload.github.com/c-cube/rcontext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248170667,"owners_count":21059231,"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":["context","deadline","ocaml"],"created_at":"2024-09-24T23:09:47.299Z","updated_at":"2025-04-10T06:36:30.502Z","avatar_url":"https://github.com/c-cube.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Rcontext\n\n[![Build and Test](https://github.com/c-cube/rcontext/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/rcontext/actions/workflows/main.yml)\n\n[documentation](https://c-cube.github.io/rcontext/)\n\nRcontext is a immutable context to carry around in the processing of a\nnetwork request, or any other asynchronous task. It can carry around\ncross-cutting concerns such as deadlines, tracing information, timing\ninformation, debugging tags, etc.\n\nAt its core, a `Rcontext.t` is a wrapper around [hmap](https://github.com/dbuenzli/hmap),\nalongside a set of standard hmap **keys**.\nEach key provides access to some specific information (deadline, timing information, etc.)\n\nThe hope is that this can be a lightweight dependency for projects that\nneed to carry this kind of information around, and to help standardize _keys_.\n[Rcontext] relies on\n[dune's alternative dependencies](https://dune.readthedocs.io/en/stable/reference/library-dependencies.html#alternative-dependencies)\nto use optional dependencies for standard keys, instead of hard dependencies.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Frcontext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-cube%2Frcontext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Frcontext/lists"}