{"id":13995449,"url":"https://github.com/mcgoo/vcpkg-rs","last_synced_at":"2025-05-15T03:02:58.510Z","repository":{"id":20129802,"uuid":"88884831","full_name":"mcgoo/vcpkg-rs","owner":"mcgoo","description":"Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS","archived":false,"fork":false,"pushed_at":"2025-02-01T16:35:21.000Z","size":454,"stargazers_count":111,"open_issues_count":12,"forks_count":24,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-13T22:13:31.341Z","etag":null,"topics":["cargo","rust","vcpkg"],"latest_commit_sha":null,"homepage":"https://docs.rs/vcpkg","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcgoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2017-04-20T16:02:00.000Z","updated_at":"2025-05-09T02:44:33.000Z","dependencies_parsed_at":"2024-06-18T18:38:36.059Z","dependency_job_id":"126ecfb1-6a54-4859-a516-0927fb369848","html_url":"https://github.com/mcgoo/vcpkg-rs","commit_stats":{"total_commits":313,"total_committers":18,"mean_commits":17.38888888888889,"dds":0.2460063897763578,"last_synced_commit":"79f292f672293ad132281fd80d15ff28548af225"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcgoo%2Fvcpkg-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcgoo%2Fvcpkg-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcgoo%2Fvcpkg-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcgoo%2Fvcpkg-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcgoo","download_url":"https://codeload.github.com/mcgoo/vcpkg-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264737,"owners_count":22041789,"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":["cargo","rust","vcpkg"],"created_at":"2024-08-09T14:03:25.001Z","updated_at":"2025-05-15T03:02:58.428Z","avatar_url":"https://github.com/mcgoo.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# vcpkg-rs [![Windows](https://github.com/mcgoo/vcpkg-rs/workflows/Windows/badge.svg?branch=master)](https://github.com/mcgoo/vcpkg-rs/actions?query=workflow%3AWindows) [![macOS](https://github.com/mcgoo/vcpkg-rs/workflows/macOS/badge.svg?branch=master)](https://github.com/mcgoo/vcpkg-rs/actions?query=workflow%3AmacOS) [![Linux](https://github.com/mcgoo/vcpkg-rs/workflows/Linux/badge.svg?branch=master)](https://github.com/mcgoo/vcpkg-rs/actions?query=workflow%3ALinux) [![WASM](https://github.com/mcgoo/vcpkg-rs/workflows/Linux/badge.svg?branch=master)](https://github.com/mcgoo/vcpkg-rs/actions?query=workflow%3AWASM)\n\n[Documentation](https://docs.rs/vcpkg) [Changelog](CHANGELOG.md)\n\nThis is a helper for finding libraries in a [Vcpkg](https://github.com/Microsoft/vcpkg) installation from cargo build scripts. It works similarly to [pkg-config](https://github.com/alexcrichton/pkg-config-rs). It works on Windows (MSVC ABI), Linux and MacOS.\n\n## Example\n\nFind the library named `foo` in a [Vcpkg](https://github.com/Microsoft/vcpkg) installation and emit cargo metadata to link it:\n\n```rust\n// build.rs\nfn main() {\n    vcpkg::find_package(\"foo\").unwrap();\n}\n```\n\nSee the crate [documentation](https://docs.rs/vcpkg) for more information. See [cargo-vcpkg](https://crates.io/crates/cargo-vcpkg) for a convenient way of creating a vcpkg installation.\n\n## License\n\nSee LICENSE-APACHE, and LICENSE-MIT for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcgoo%2Fvcpkg-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcgoo%2Fvcpkg-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcgoo%2Fvcpkg-rs/lists"}