{"id":20874663,"url":"https://github.com/neomutt/egypt","last_synced_at":"2025-10-07T10:58:42.932Z","repository":{"id":72106860,"uuid":"428662935","full_name":"neomutt/egypt","owner":"neomutt","description":"♻️ Mirror of https://www.gson.org/egypt/","archived":false,"fork":false,"pushed_at":"2023-08-20T15:22:17.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-10T23:51:54.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.gson.org/egypt/","language":"Perl","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/neomutt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","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":"2021-11-16T13:18:14.000Z","updated_at":"2023-10-18T02:43:45.000Z","dependencies_parsed_at":"2024-11-18T09:30:50.865Z","dependency_job_id":null,"html_url":"https://github.com/neomutt/egypt","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fegypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fegypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fegypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomutt%2Fegypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neomutt","download_url":"https://codeload.github.com/neomutt/egypt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317706,"owners_count":21083528,"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-11-18T06:35:36.699Z","updated_at":"2025-10-07T10:58:37.886Z","avatar_url":"https://github.com/neomutt.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Egypt\n\n**Source code grapher**\n\n- This is a mirror of [https://www.gson.org/egypt/](https://www.gson.org/egypt/)\n\n`gcc` can creating profiling info when it builds.\nIt generates a `.expand` file for each source file.\n\n`egypt` is a script that takes these files and outputs a graphviz file. \n\n## Building NeoMutt\n\nTo build NeoMutt for `egypt`, you need to add a option to the compiler.\nThe simplest way is to:\n\n```sh\nexport EXTRA_CFLAGS=\"-fdump-rtl-expand\"\n./configure [OPTIONS]\nmake\n```\n\n## Building Graphviz file\n\n`egypt` can be run on any number of `.expand` files.\n\nJust the startup code:\n\n```sh\negypt main.c.*.expand init.c.*.expand \u003e startup.gv\n```\n\nThe compose dialog:\n\n```sh\negypt compose/*.expand envelope/*.expand \u003e compose.gv\n```\n\n## Viewing the Graphviz file\n\nThe ImageMagick package has a `display` program that can view `.gv` files\ndirectly.\n\nAlternatively, you can use GraphViz's `dot` program to convert it to an image:\n\n```sh\ndot -Tpng compose.gv \u003e compose.png\n```\n\n## Filtering the output\n\nThe graphviz file is in text format and can get quite verbose.\nEspecially with the frequent use of library functions.\nYou may wish to filter out `buf_string()`.\n\n## Sample Output\n\n![envelope](graphviz.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomutt%2Fegypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneomutt%2Fegypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomutt%2Fegypt/lists"}