{"id":17526932,"url":"https://github.com/essandess/matryoshka-name-tool","last_synced_at":"2025-12-30T04:14:48.546Z","repository":{"id":83116718,"uuid":"45373536","full_name":"essandess/matryoshka-name-tool","owner":"essandess","description":"A recursive call of OS X's install_name_tool for shared library distributions","archived":false,"fork":false,"pushed_at":"2015-11-04T02:19:25.000Z","size":208,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-18T21:18:44.234Z","etag":null,"topics":["linker","macos","objectmapper","shared-libraries"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/essandess.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-11-02T05:15:49.000Z","updated_at":"2023-08-05T10:32:39.000Z","dependencies_parsed_at":"2023-03-08T04:06:31.624Z","dependency_job_id":null,"html_url":"https://github.com/essandess/matryoshka-name-tool","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/essandess%2Fmatryoshka-name-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essandess%2Fmatryoshka-name-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essandess%2Fmatryoshka-name-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essandess%2Fmatryoshka-name-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/essandess","download_url":"https://codeload.github.com/essandess/matryoshka-name-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242161541,"owners_count":20081890,"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":["linker","macos","objectmapper","shared-libraries"],"created_at":"2024-10-20T15:02:38.350Z","updated_at":"2025-12-30T04:14:48.514Z","avatar_url":"https://github.com/essandess.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# matryoshka-name-tool\nA recursive call of OS X's `install_name_tool` for shared library distributions.\n\n## Synopsis\n\nApple [does not support](https://developer.apple.com/library/mac/qa/qa1118/_index.html) statically linked binaries on Mac OS X. Therefore, it is necessary to distribute shared libraries whose shared library install names have been changed using `install_name_tool`. But `install_name_tool` must be [applied recursively](http://thecourtsofchaos.com/2013/09/16/how-to-copy-and-relink-binaries-on-osx/) down the entire shared library dependency tree, which can [result](https://github.com/essandess/etv-comskip/) in many hundreds of calls to  `install_name_tool`.\n\n`matryoshka_name_tool` calls `install_name_tool` automatically and creates a common shared library directory that may be used to distribute binaries on OS X.\n\n## Usage\n\n`python matryoshka_name_tool.py ./comskip ./comskip-gui`\n\n`python matryoshka_name_tool.py -h`\n```\nusage: matryoshka_name_tool.py [-h] [-d INSTALL_LIBDIR] [-L LIBDIR] [-u]\n                               OBJS [OBJS ...]\n\npositional arguments:\n  OBJS                  Object file[s]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -d INSTALL_LIBDIR, --install-libdir INSTALL_LIBDIR\n                        Shared library install directory\n  -L LIBDIR, --libdir LIBDIR\n                        Shared library source directory\n  -u, --update          Update the install directory\n```\n\n## License\n\nLicensed under the GNU General Public License, version 2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessandess%2Fmatryoshka-name-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessandess%2Fmatryoshka-name-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessandess%2Fmatryoshka-name-tool/lists"}