{"id":18560981,"url":"https://github.com/artichoke/generate_third_party","last_synced_at":"2025-04-10T02:31:16.082Z","repository":{"id":58500753,"uuid":"532142056","full_name":"artichoke/generate_third_party","owner":"artichoke","description":"📜 Generate listings of third party licenses for Artichoke Ruby","archived":false,"fork":false,"pushed_at":"2025-03-03T23:25:33.000Z","size":1003,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"trunk","last_synced_at":"2025-03-24T15:41:58.920Z","etag":null,"topics":["artichoke","cli","github-actions","license-checking","licensing","ruby","rubygem","rust","spdx"],"latest_commit_sha":null,"homepage":"https://github.com/artichoke/generate_third_party#github-actions","language":"Ruby","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/artichoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-09-03T03:15:28.000Z","updated_at":"2025-03-03T23:25:35.000Z","dependencies_parsed_at":"2023-02-17T03:15:54.225Z","dependency_job_id":"f3588a97-c1ea-41e8-8f38-42d31107bfb2","html_url":"https://github.com/artichoke/generate_third_party","commit_stats":{"total_commits":196,"total_committers":3,"mean_commits":65.33333333333333,"dds":"0.40816326530612246","last_synced_commit":"f61b2629fd4b41aa4d0989c8b15b59fbf1814d46"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artichoke%2Fgenerate_third_party","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artichoke%2Fgenerate_third_party/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artichoke%2Fgenerate_third_party/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artichoke%2Fgenerate_third_party/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artichoke","download_url":"https://codeload.github.com/artichoke/generate_third_party/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144197,"owners_count":21054882,"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":["artichoke","cli","github-actions","license-checking","licensing","ruby","rubygem","rust","spdx"],"created_at":"2024-11-06T22:05:21.696Z","updated_at":"2025-04-10T02:31:16.067Z","avatar_url":"https://github.com/artichoke.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generate_third_party\n\n[![GitHub Actions](https://github.com/artichoke/generate_third_party/workflows/CI/badge.svg)](https://github.com/artichoke/generate_third_party/actions)\n[![Discord](https://img.shields.io/discord/607683947496734760)](https://discord.gg/QCe2tp2)\n[![Twitter](https://img.shields.io/twitter/follow/artichokeruby?label=Follow\u0026style=social)](https://twitter.com/artichokeruby)\n\nGenerate listings of third party dependencies and their licenses for copyright\nattribution in distributed Artichoke binaries.\n\n## Usage\n\nTo generate a `THIRDPARTY` text file for all targets Artichoke supports:\n\n```sh\nbundle exec generate-third-party-text-file path/to/artichoke/Cargo.toml\n```\n\nTo generate a `THIRDPARTY` text file for a single target triple:\n\n```sh\nbundle exec generate-third-party-text-file-single-target \\\n  --target x86_64-unknown-linux-gnu \\\n  path/to/artichoke/Cargo.toml\n```\n\n### GitHub Actions\n\nThis repository is available as a GitHub Action:\n\n```yaml\n- name: Generate THIRDPARTY license listing\n  id: generate_third_party\n  uses: artichoke/generate_third_party@v1.15.0\n  with:\n    artichoke_ref: trunk\n    target_triple: x86_64-unknown-linux-gnu\n    output_file: ${{ github.workspace }}/THIRDPARTY\n    github_token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Supported Targets\n\n`generate_third_party` supports all [tier 1 Rust platforms] and [tier 2 MUSL\ntargets].\n\n- `aarch64-apple-darwin`\n- `aarch64-unknown-linux-gnu`\n- `aarch64-unknown-linux-musl`\n- `i686-pc-windows-gnu`\n- `i686-pc-windows-msvc`\n- `i686-unknown-linux-gnu`\n- `x86_64-apple-darwin`\n- `x86_64-pc-windows-gnu`\n- `x86_64-pc-windows-msvc`\n- `x86_64-unknown-linux-gnu`\n- `x86_64-unknown-linux-musl`\n\n[tier 1 rust platforms]:\n  https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools\n[tier 2 musl targets]:\n  https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2-with-host-tools\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartichoke%2Fgenerate_third_party","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartichoke%2Fgenerate_third_party","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartichoke%2Fgenerate_third_party/lists"}