{"id":14968100,"url":"https://github.com/xpack-dev-tools/pkg-config-xpack","last_synced_at":"2026-02-28T10:34:45.789Z","repository":{"id":62074638,"uuid":"556622298","full_name":"xpack-dev-tools/pkg-config-xpack","owner":"xpack-dev-tools","description":"A binary distribution of pkg-config","archived":false,"fork":false,"pushed_at":"2025-02-03T20:53:28.000Z","size":1416,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"xpack","last_synced_at":"2025-02-03T21:34:18.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://xpack-dev-tools.github.io/pkg-config-xpack/","language":"MDX","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/xpack-dev-tools.png","metadata":{"files":{"readme":"README-LONG.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"ilegeul","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-10-24T07:42:32.000Z","updated_at":"2025-01-13T16:05:43.000Z","dependencies_parsed_at":"2023-11-12T21:28:02.411Z","dependency_job_id":"e2eca7ee-b0e7-4aec-a9c6-e80727fbbee3","html_url":"https://github.com/xpack-dev-tools/pkg-config-xpack","commit_stats":{"total_commits":170,"total_committers":1,"mean_commits":170.0,"dds":0.0,"last_synced_commit":"79fd7b60cd07520103133e7215299752820f6827"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpack-dev-tools%2Fpkg-config-xpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpack-dev-tools%2Fpkg-config-xpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpack-dev-tools%2Fpkg-config-xpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpack-dev-tools%2Fpkg-config-xpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpack-dev-tools","download_url":"https://codeload.github.com/xpack-dev-tools/pkg-config-xpack/tar.gz/refs/heads/xpack","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238229940,"owners_count":19437723,"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":[],"created_at":"2024-09-24T13:39:17.670Z","updated_at":"2025-10-26T00:30:57.436Z","avatar_url":"https://github.com/xpack-dev-tools.png","language":"MDX","funding_links":["https://ko-fi.com/ilegeul"],"categories":[],"sub_categories":[],"readme":"\n[![GitHub package.json version](https://img.shields.io/github/package-json/v/xpack-dev-tools/pkg-config-xpack)](https://github.com/xpack-dev-tools/pkg-config-xpack/blob/xpack/package.json)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xpack-dev-tools/pkg-config-xpack)](https://github.com/xpack-dev-tools/pkg-config-xpack/releases/)\n[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/pkg-config.svg?color=blue)](https://www.npmjs.com/package/@xpack-dev-tools/pkg-config/)\n[![license](https://img.shields.io/github/license/xpack-dev-tools/pkg-config-xpack)](https://github.com/xpack-dev-tools/pkg-config-xpack/blob/xpack/LICENSE)\n\n# The xPack pkg-config\n\nA standalone cross-platform (macOS/Linux) **pkg-config**\nbinary distribution, intended for reproducible builds.\n\nIn addition to the the binary archives and the package meta data,\nthis project also includes the build scripts.\n\n## Overview\n\nThis open source project is hosted on GitHub as\n[`xpack-dev-tools/pkg-config-xpack`](https://github.com/xpack-dev-tools/pkg-config-xpack)\nand provides the platform specific binaries for the\n[xPack pkg-config](https://xpack.github.io/pkg-config/).\n\nThis distribution follows the official\n[pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) releases.\n\nThe binaries can be installed automatically as **binary xPacks** or manually as\n**portable archives**.\n\n## Release schedule\n\nThe xPack pkg-config release schedule generally follows the upstream\n[releases](https://pkgconfig.freedesktop.org/releases/).\n\n## User info\n\nThis section is intended as a shortcut for those who plan\nto use the pkg-config binaries. For full details please read the\n[xPack pkg-config](https://xpack.github.io/pkg-config/) pages.\n\n### Easy install\n\nThe easiest way to install pkg-config is using the **binary xPack**, available as\n[`@xpack-dev-tools/pkg-config`](https://www.npmjs.com/package/@xpack-dev-tools/pkg-config)\nfrom the [`npmjs.com`](https://www.npmjs.com) registry.\n\n#### Prerequisites\n\nA recent [xpm](https://xpack.github.io/xpm/),\nwhich is a portable [Node.js](https://nodejs.org/) command line application\nthat complements [npm](https://docs.npmjs.com)\nwith several extra features specific to\n**C/C++ projects**.\n\nIt is recommended to install/update to the latest version with:\n\n```sh\nnpm install --location=global xpm@latest\n```\n\nFor details please follow the instructions in the\n[xPack install](https://xpack.github.io/install/) page.\n\n#### Install\n\nWith the `xpm` tool available, installing\nthe latest version of the package and adding it as\na development dependency for a project is quite easy:\n\n```sh\ncd my-project\nxpm init # Add a package.json if not already present\n\nxpm install @xpack-dev-tools/pkg-config@latest --verbose\n\nls -l xpacks/.bin\n```\n\nThis command will:\n\n- install the latest available version,\ninto the central xPacks store, if not already there\n- add symbolic links to the central store into\nthe local `xpacks/.bin` folder.\n\nThe central xPacks store is a platform dependent\nlocation in the home folder;\ncheck the output of the `xpm` command for the actual\nfolder used on your platform.\nThis location is configurable via the environment variable\n`XPACKS_STORE_FOLDER`; for more details please check the\n[xpm folders](https://xpack.github.io/xpm/folders/) page.\n\nIt is also possible to install pkg-config globally, in the user home folder:\n\n```sh\nxpm install --global @xpack-dev-tools/pkg-config@latest --verbose\n```\n\nAfter install, the package should create a structure like this (macOS files;\nonly the first two depth levels are shown):\n\n```console\n$ tree -L 2 /Users/ilg/Library/xPacks/\\@xpack-dev-tools/pkg-config/0.29.2-3.1/.content/\n/Users/ilg/Library/xPacks/\\@xpack-dev-tools/pkg-config/0.29.2-3.1/.content/\n├── README.md\n├── bin\n│   └── pkg-config\n├── distro-info\n│   ├── CHANGELOG.md\n│   ├── licenses\n│   ├── patches\n│   └── scripts\n├── libexec\n│   └── libiconv.2.dylib\n└── share\n    ├── aclocal\n    └── doc\n\n10 directories, 4 files\n```\n\nNo other files are installed in any system folders or other locations.\n\n#### Uninstall\n\nThe binaries are distributed as portable archives; thus they do not need\nto run a setup and do not require an uninstall; simply removing the\nfolder is enough.\n\nTo remove the links created by xpm in the current project:\n\n```sh\ncd my-project\n\nxpm uninstall @xpack-dev-tools/pkg-config\n```\n\nTo completely remove the package from the central xPack store:\n\n```sh\nxpm uninstall --global @xpack-dev-tools/pkg-config\n```\n\n### Manual install\n\nFor all platforms, the **xPack pkg-config**\nbinaries are released as portable\narchives that can be installed in any location.\n\nThe archives can be downloaded from the\nGitHub [Releases](https://github.com/xpack-dev-tools/pkg-config-xpack/releases/)\npage.\n\nFor more details please read the\n[Install](https://xpack.github.io/pkg-config/install/) page.\n\n### Versioning\n\nThe version strings used by the pkg-config project are three number strings\nlike `0.29.2`;\nto this string the xPack distribution adds a four number,\nbut since semver allows only three numbers, all additional ones can\nbe added only as pre-release strings, separated by a dash,\nlike `0.29.2-3`. When published as a npm package, the version gets\na fifth number, like `0.29.2-3.1`.\n\nSince adherence of third party packages to semver is not guaranteed,\nit is recommended to use semver expressions like `^0.29.2` and `~0.29.2`\nwith caution, and prefer exact matches, like `0.29.2-3.1`.\n\n## Maintainer info\n\nFor maintainer info, please see the\n[README-MAINTAINER](https://github.com/xpack-dev-tools/pkg-config-xpack/blob/xpack/README-MAINTAINER.md).\n\n## Support\n\nThe quick advice for getting support is to use the GitHub\n[Discussions](https://github.com/xpack-dev-tools/pkg-config-xpack/discussions/).\n\nFor more details please read the\n[Support](https://xpack.github.io/pkg-config/support/) page.\n\n## License\n\nUnless otherwise stated, the content is released under the terms of the\n[MIT License](https://opensource.org/licenses/mit/),\nwith all rights reserved to\n[Liviu Ionescu](https://github.com/ilg-ul).\n\nThe binary distributions include several open-source components; the\ncorresponding licenses are available in the installed\n`distro-info/licenses` folder.\n\n## Download analytics\n\n- GitHub [`xpack-dev-tools/pkg-config-xpack`](https://github.com/xpack-dev-tools/pkg-config-xpack/) repo\n  - latest xPack release\n[![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/pkg-config-xpack/latest/total.svg)](https://github.com/xpack-dev-tools/pkg-config-xpack/releases/)\n  - all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/pkg-config-xpack/total.svg)](https://github.com/xpack-dev-tools/pkg-config-xpack/releases/)\n  - [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools\u0026repository=pkg-config-xpack) (grouped per release)\n- npmjs.com [`@xpack-dev-tools/pkg-config`](https://www.npmjs.com/package/@xpack-dev-tools/pkg-config/) xPack\n  - latest release, per month\n[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/pkg-config.svg)](https://www.npmjs.com/package/@xpack-dev-tools/pkg-config/)\n[![npm](https://img.shields.io/npm/dm/@xpack-dev-tools/pkg-config.svg)](https://www.npmjs.com/package/@xpack-dev-tools/pkg-config/)\n  - all releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/pkg-config.svg)](https://www.npmjs.com/package/@xpack-dev-tools/pkg-config/)\n\nCredit to [Shields IO](https://shields.io) for the badges and to\n[Somsubhra/github-release-stats](https://github.com/Somsubhra/github-release-stats)\nfor the individual file counters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpack-dev-tools%2Fpkg-config-xpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpack-dev-tools%2Fpkg-config-xpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpack-dev-tools%2Fpkg-config-xpack/lists"}