{"id":16962548,"url":"https://github.com/threeal/libmongoose-deb","last_synced_at":"2026-05-19T09:34:24.035Z","repository":{"id":77374687,"uuid":"260841556","full_name":"threeal/libmongoose-deb","owner":"threeal","description":"Debian package build workspace for the Mongoose library","archived":false,"fork":false,"pushed_at":"2020-05-03T09:21:12.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T11:42:23.773Z","etag":null,"topics":["debian","debian-packages","mongoose","mongoose-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":"2020-05-03T06:23:02.000Z","updated_at":"2021-03-02T10:52:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cd3b6c7-06c9-42dd-acf6-f09b0b393da1","html_url":"https://github.com/threeal/libmongoose-deb","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/threeal%2Flibmongoose-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibmongoose-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibmongoose-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibmongoose-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeal","download_url":"https://codeload.github.com/threeal/libmongoose-deb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244826023,"owners_count":20516669,"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":["debian","debian-packages","mongoose","mongoose-library"],"created_at":"2024-10-13T23:07:06.112Z","updated_at":"2026-05-19T09:34:23.991Z","avatar_url":"https://github.com/threeal.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lib Mongoose Deb\n\nThis repository contains CMake build project for the Mongoose library.\nIt was created to accomodate the library packaging using the debian packaging system.\n\n## Usage\n\n### Updating the Source Code\n\n- Initialize and update the `mongoose` submodule.\n  ```sh\n  $ git submodule init\n  $ git submodule update\n  ```\n- Move to the `mongoose` directory and pull the latest update.\n  ```sh\n  $ cd mongoose\n  $ git pull\n  ```\n- Change some values in the `CMakeLists.txt` as follow:\n  - Update the project version according to the current source code version. _(usually could be seen in the `mongoose/mongoose.h` file)_\n  - If the project version does not change and you need to create a revised debian package, increase the `PACKAGE_REVISION` value. Else, reset the value to `1`.\n\n### Building the Library\n\n- Create a build directory and move to it.\n  ```sh\n  $ mkdir build\n  $ cd build\n  ```\n- Configure Makefile using the following command:\n  ```sh\n  $ cmake ..\n  ```\n- Build the library.\n  ```sh\n  $ make install\n  ```\n  \u003e Make sure the `install` directory in this project already emptied, else there could be some unused files that may be included in the package.\n\n### Building the Package\n\n- Back to the project root and move to `install` directory.\n  ```sh\n  $ cd install\n  ```\n- Build each directory in the `install` directory as a debian package using the following command:\n  ```sh\n  $ dpkg-deb --build \u003cdirectory\u003e\n  ```\n- If `dpkg-deb` has not been installed, install it using `apt` command.\n  ```sh\n  $ sudo apt install dpkg-deb\n  ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Flibmongoose-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeal%2Flibmongoose-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Flibmongoose-deb/lists"}