{"id":20633262,"url":"https://github.com/zyga/zmk","last_synced_at":"2025-03-09T02:25:01.062Z","repository":{"id":45272633,"uuid":"258804940","full_name":"zyga/zmk","owner":"zyga","description":"zmk is a collection of reusable makefiles","archived":false,"fork":false,"pushed_at":"2024-08-04T17:25:28.000Z","size":465,"stargazers_count":19,"open_issues_count":13,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T11:47:56.774Z","etag":null,"topics":["makefile","makefiles"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zyga.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","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-04-25T15:09:14.000Z","updated_at":"2024-09-25T20:14:40.000Z","dependencies_parsed_at":"2024-01-29T09:12:31.785Z","dependency_job_id":"37dc8609-1abc-4dc4-a44f-d09b86783c22","html_url":"https://github.com/zyga/zmk","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyga%2Fzmk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyga%2Fzmk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyga%2Fzmk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyga%2Fzmk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyga","download_url":"https://codeload.github.com/zyga/zmk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242634078,"owners_count":20161262,"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":["makefile","makefiles"],"created_at":"2024-11-16T14:19:30.095Z","updated_at":"2025-03-09T02:25:01.043Z","avatar_url":"https://github.com/zyga.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2019-2024 Zygmunt Krynicki\nSPDX-License-Identifier: LGPL-3.0-only\n\nThis file is part of zmk.\n\nZmk is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License version 3 as\npublished by the Free Software Foundation.\n\nZmk is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with Zmk.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n--\u003e\n# zmk is a collection of reusable makefiles\n\nZMK is a feature-rich library for writing Makefiles. It provides a good degree\nof features of the classic auto{conf,make} + libtool tool-chain, while being\neasier to understand, highly-parallel and, most importantly, devoid of\ngenerated cruft that's just unreadable by humans.\n\n```\ninclude z.mk\n\nProject.Name = hello\nProject.Version = 1\n\nhello.Sources = hello.c\n$(eval $(call ZMK.Expand,Program,hello))\n```\n\nZMK integrates nicely with package managers which expect autotools, it comes\nwith a short, readable configuration script that accepts many of the same\noptions that autoconf would expose. It's just a `make configure` away.\n\n## Features\n\n - Describe programs, test programs, static libraries, shared libraries,\n   development headers, manual pages and more\n - Use familiar targets like \"all\", \"check\", \"install\", \"uninstall\" and \"clean\"\n - Works out of the box on popular distributions of Linux and MacOS\n - Friendly to distribution packaging expecting autotools\n - Compile natively with gcc, clang, tcc or the open-watcom compilers\n - Cross compile with gcc and open-watcom\n - Efficient and incremental, including the install target\n\n## Examples\n\nPlease browse the examples present in the git repository. If you had installed\nzmk through the Debian package, the examples are added to the `zmk-doc`\npackage. Use `dpkg -L zmk-doc` to find them.\n\n## Stability Guarantee\n\nZMK is a responsible library. The project promises not to introduce\nbackwards-incompatible changes in normal circumstances. ZMK is implemented as a\nMake library, which effectively means there are only make rules and variables.\nZMK considers all capitalized symbols, such as `ZMK.Program` to be the public\nAPI covered by the stability guarantee. Internal symbols either start with a\nlower case character, or have one immediately following a dot, for example\n`zmk.foo` or `ZMK.foo`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyga%2Fzmk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyga%2Fzmk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyga%2Fzmk/lists"}