{"id":16962554,"url":"https://github.com/threeal/libargparse-deb","last_synced_at":"2025-08-18T05:15:28.112Z","repository":{"id":77374697,"uuid":"365904002","full_name":"threeal/libargparse-deb","owner":"threeal","description":"Debian package build workspace for the c++ argparse library","archived":false,"fork":false,"pushed_at":"2021-05-10T03:55:12.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T04:38:10.901Z","etag":null,"topics":["argument-parser","cmake","cpack","cpp17","debian-packages","library"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"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/threeal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-10T03:12:45.000Z","updated_at":"2021-05-10T03:55:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"58639c16-95d7-401f-a627-bb3634b9b808","html_url":"https://github.com/threeal/libargparse-deb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"threeal/deb-cpack-template","purl":"pkg:github/threeal/libargparse-deb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibargparse-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibargparse-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibargparse-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibargparse-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeal","download_url":"https://codeload.github.com/threeal/libargparse-deb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibargparse-deb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270946081,"owners_count":24672891,"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-08-18T02:00:08.743Z","response_time":89,"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":["argument-parser","cmake","cpack","cpp17","debian-packages","library"],"created_at":"2024-10-13T23:07:07.290Z","updated_at":"2025-08-18T05:15:28.080Z","avatar_url":"https://github.com/threeal.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argparse Library Debian Package\n\n[![latest release](https://img.shields.io/github/v/release/threeal/libargparse-deb)](https://github.com/threeal/libargparse-deb/releases)\n[![repository size](https://img.shields.io/github/repo-size/threeal/libargparse-deb)](https://github.com/threeal/libargparse-deb/pulse)\n[![license](https://img.shields.io/github/license/threeal/libargparse-deb)](./LICENSE)\n\nThis project contains a [CPack](https://cmake.org/cmake/help/latest/module/CPack.html) build workspace of the [Argparse](https://github.com/p-ranav/argparse) library.\nThis project is created to simplify the deployment of the library as a [Debian package](https://wiki.debian.org/Packaging).\n\n## Usage\n\n### Updating the Source Code\n\n- Initialize the submodule and pull the latest commits.\n  ```bash\n  $ git submodule update --init --recursive\n  ```\n- Modify the CPack configuration in the [CMakeLists.txt](./CMakeLists.txt) according to the current source code information.\n  \u003e See [this guide](https://cmake.org/cmake/help/latest/cpack_gen/deb.html) for more information on CPack configuration for Debian package.\n\n### Building the Project\n\n- Create a build directory and move to it.\n  ```bash\n  $ mkdir build\n  $ cd build\n  ```\n- Configure the CMake with the following options.\n  ```bash\n  $ cmake -DCMAKE_INSTALL_PREFIX=/usr ..\n  ```\n- Build the project.\n  ```bash\n  $ make\n  ```\n  \u003e Optionally, you could speed up the build process by specifying the parallel job using `-j` option, see [this](https://www.gnu.org/software/make/manual/html_node/Parallel.html).\n- Create the Debian package using CPack.\n  ```bash\n  $ cpack\n  ```\n\n## License\n\nThis project is maintained by [Alfi Maulana](https://threeal.github.io/) and licensed under the [MIT LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Flibargparse-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeal%2Flibargparse-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Flibargparse-deb/lists"}