{"id":18076069,"url":"https://github.com/kbinani/catlib","last_synced_at":"2026-05-19T07:32:16.369Z","repository":{"id":57602167,"uuid":"71868160","full_name":"kbinani/catlib","owner":"kbinani","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-09T06:23:17.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T04:56:19.008Z","etag":null,"topics":["golang","linker","macos","visual-studio"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kbinani.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":"2016-10-25T06:53:03.000Z","updated_at":"2025-06-27T14:58:46.000Z","dependencies_parsed_at":"2022-09-26T20:00:54.923Z","dependency_job_id":null,"html_url":"https://github.com/kbinani/catlib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kbinani/catlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbinani%2Fcatlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbinani%2Fcatlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbinani%2Fcatlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbinani%2Fcatlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbinani","download_url":"https://codeload.github.com/kbinani/catlib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbinani%2Fcatlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891747,"owners_count":26063856,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["golang","linker","macos","visual-studio"],"created_at":"2024-10-31T11:08:39.484Z","updated_at":"2025-10-08T04:56:22.617Z","avatar_url":"https://github.com/kbinani.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"catlib\n======\n\nA command line tool to concatenate static libraries into single file. This tool is intended to be used as a workaround in case you get `LNK1189: the limit of 65535 objects or members in a library has been exceeded.` when trying same job with `lib` command.\n\nrequirements\n============\n* go\n* Visual Studio (Windows)\n* Xcode (macOS)\n\ninstall\n=======\n```\ngo get github.com/kbinani/catlib/cmd/catlib\ngo install github.com/kbinani/catlib/cmd/catlib\n```\n\nusage\n=====\n\n```\nUsage of catlib:\n  --arch string\n      x86_64 or i386 (macOS only) (default \"x86_64\")\n  --base string\n      file path of base static library\n  --delete-default-lib\n      delete '-defaultlib:\"libfoo\"' from '.drectve' section when libfoo.lib is in '--input' (Windows only) (default true)\n  --extra-lib-flags string\n      extra 'lib' command options for final concatenation stage\n  --input string\n      comma separated list of file path of import libs\n  --output string\n      file path of output library\nExample:\n  catlib --base=myproject.lib ^\n         --input=zlibstat.lib,libprotobuf.lib ^\n         --output=myproject-prelinked.lib ^\n         --delete-default-lib ^\n         --extra-lib-flags=\"/LTCG /WX\"\n```\n\nlicense\n=======\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbinani%2Fcatlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbinani%2Fcatlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbinani%2Fcatlib/lists"}