{"id":17902883,"url":"https://github.com/favonia/ocaml-objdump","last_synced_at":"2025-10-01T07:31:42.768Z","repository":{"id":145303480,"uuid":"497850171","full_name":"favonia/ocaml-objdump","owner":"favonia","description":"🖨️ Printing OCaml Runtime Representations","archived":false,"fork":false,"pushed_at":"2023-09-05T14:03:43.000Z","size":25,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T02:22:30.705Z","etag":null,"topics":["ocaml","ocaml-compiler","ocaml-library"],"latest_commit_sha":null,"homepage":"","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/favonia.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2022-05-30T08:15:38.000Z","updated_at":"2022-06-25T04:23:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"6af616f7-0f82-4a5e-9208-1295858c3a07","html_url":"https://github.com/favonia/ocaml-objdump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favonia%2Focaml-objdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favonia%2Focaml-objdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favonia%2Focaml-objdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favonia%2Focaml-objdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/favonia","download_url":"https://codeload.github.com/favonia/ocaml-objdump/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234841979,"owners_count":18895142,"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":["ocaml","ocaml-compiler","ocaml-library"],"created_at":"2024-10-28T16:38:31.534Z","updated_at":"2025-10-01T07:31:42.461Z","avatar_url":"https://github.com/favonia.png","language":"OCaml","readme":"# 🖨️ Printing OCaml Runtime Representations\n\nA small library I wrote when hacking the OCaml compiler. Caveats: the parsing of `infix` and `closure` blocks is incomplete, and the code might only work for OCaml 5.0.\n\n## API and Example Code\n\nThis library only exposes an ugly printer [pp] that dumps the runtime representation of any OCaml value.\n\n```ocaml\n(* This line prints out [(42, ()) is represented as variant0(int(42),int(0))] *)\nlet () = Format.printf \"@[(42, ())@ is@ represented@ as@ %a@]@.\" Objdump.pp (42, ())\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffavonia%2Focaml-objdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffavonia%2Focaml-objdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffavonia%2Focaml-objdump/lists"}