{"id":16539590,"url":"https://github.com/xuhdev/tags2db","last_synced_at":"2025-07-27T09:08:21.188Z","repository":{"id":1612355,"uuid":"2243279","full_name":"xuhdev/tags2db","owner":"xuhdev","description":"Convert tag files (ctags, gccxml, etc) to databases (sqlite, mysql, etc)","archived":false,"fork":false,"pushed_at":"2015-03-30T19:12:09.000Z","size":368,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T20:16:10.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://xuhdev.github.com/tags2db","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xuhdev.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-21T12:15:18.000Z","updated_at":"2024-09-07T12:13:36.000Z","dependencies_parsed_at":"2022-09-02T13:51:44.094Z","dependency_job_id":null,"html_url":"https://github.com/xuhdev/tags2db","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xuhdev/tags2db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Ftags2db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Ftags2db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Ftags2db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Ftags2db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuhdev","download_url":"https://codeload.github.com/xuhdev/tags2db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Ftags2db/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267334492,"owners_count":24070579,"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-07-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2024-10-11T18:49:43.831Z","updated_at":"2025-07-27T09:08:21.138Z","avatar_url":"https://github.com/xuhdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tags2db is a program that converts tags files (ctags, gccxml, etc.) to database\ntables (sqlite3, etc.). Currently only ctags, gccxml and sqlite3 are supported.\nOther tags files such as etags, and other databases such as MySQL will be\nsupported in the future.\n\n1. Installation\n\nTo build and install it, First install sqlite3 development packages. On\nDebian, you could do this by executing the following command:\n\n# aptitude install libsqlite3-dev\n\nIf you are using a source tarball, then extract it:\n\n$ tar zxvf tags2db-{version}.tar.gz\n$ cd tags2db-{version}\n\nOr you obtained the source code through the git repository, run ./autogen.sh:\n\n$ cd /path/to/source/dir\n$ ./autogen.sh\n\nRun ./configure and make:\n\n$ ./configure\n$ make\n\nYou could also run \"./configure --help\" to see more compilation arguments\nbefore run \"./configure\".\n\nNow the binary executables should be built. To install it, run the following\ncommand:\n\n$ su -c 'make install'\n\nThis command requires root privilege.\n\n\n2. Usage\n\nRun \"tags2db --help\" to see how to use it:\n\n$ tags2db --help\n\n\n3. License\n\nSee the file COPYING.\n\n\nHong Xu\n2011/09/27\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhdev%2Ftags2db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuhdev%2Ftags2db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhdev%2Ftags2db/lists"}