{"id":16717351,"url":"https://github.com/nathanreb/ppx_there","last_synced_at":"2025-03-15T09:42:12.784Z","repository":{"id":82831426,"uuid":"175693071","full_name":"NathanReb/ppx_there","owner":"NathanReb","description":"OCaml PPX extension for on-steroid __MODULE__","archived":false,"fork":false,"pushed_at":"2019-04-26T12:05:17.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T00:36:48.053Z","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/NathanReb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-03-14T20:17:01.000Z","updated_at":"2023-01-29T14:03:26.000Z","dependencies_parsed_at":"2023-03-04T19:45:29.280Z","dependency_job_id":null,"html_url":"https://github.com/NathanReb/ppx_there","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanReb%2Fppx_there","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanReb%2Fppx_there/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanReb%2Fppx_there/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanReb%2Fppx_there/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NathanReb","download_url":"https://codeload.github.com/NathanReb/ppx_there/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243713402,"owners_count":20335566,"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":"2024-10-12T21:31:35.941Z","updated_at":"2025-03-15T09:42:12.765Z","avatar_url":"https://github.com/NathanReb.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ppx_there\n\nOCaml PPX extension for on-steroid `__MODULE__`.\n\n[![Build Status](https://travis-ci.com/NathanReb/ppx_there.svg?branch=master)](https://travis-ci.com/NathanReb/ppx_there)\n\n## Overview\n\n`ppx_there` turns the `[%there]` extension points into the fully qualified path of the value in\nwhich they are found, as a string.\n\nFor example, the following code in a `a.ml` file:\n```ocaml\nmodule B = struct\n  let c = [%there]\nend\n```\nIs expanded  into:\n```ocaml\nmodule B = struct\n  let c = \"A.B.c\"\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanreb%2Fppx_there","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanreb%2Fppx_there","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanreb%2Fppx_there/lists"}