{"id":19716639,"url":"https://github.com/ilammy/setup-nasm","last_synced_at":"2025-04-10T00:18:44.106Z","repository":{"id":42214898,"uuid":"211647646","full_name":"ilammy/setup-nasm","owner":"ilammy","description":"GitHub Action to install NASM","archived":false,"fork":false,"pushed_at":"2025-04-01T06:05:23.000Z","size":11011,"stargazers_count":27,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T00:18:26.072Z","etag":null,"topics":["github-actions","linux","macos","nasm","windows"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ilammy.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":"2019-09-29T10:45:13.000Z","updated_at":"2025-02-24T01:09:35.000Z","dependencies_parsed_at":"2024-01-01T03:22:55.732Z","dependency_job_id":"9f8c8777-b711-47da-9a1d-a61959217ce9","html_url":"https://github.com/ilammy/setup-nasm","commit_stats":{"total_commits":28,"total_committers":5,"mean_commits":5.6,"dds":0.5,"last_synced_commit":"ca5ef99535ea9f286b713ff1ffb7ef68bccf9ccf"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilammy%2Fsetup-nasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilammy%2Fsetup-nasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilammy%2Fsetup-nasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilammy%2Fsetup-nasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilammy","download_url":"https://codeload.github.com/ilammy/setup-nasm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131318,"owners_count":21052820,"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":["github-actions","linux","macos","nasm","windows"],"created_at":"2024-11-11T22:42:51.970Z","updated_at":"2025-04-10T00:18:44.081Z","avatar_url":"https://github.com/ilammy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/ilammy/setup-nasm\"\u003e\u003cimg alt=\"GitHub Actions status\" src=\"https://github.com/ilammy/setup-nasm/workflows/setup-nasm/badge.svg\"\u003e\u003c/a\u003e\n\n# setup-nasm\n\n[GitHub Action](https://github.com/features/actions) for installing [NASM](https://www.nasm.us)\ninto PATH for the job.\n\nThis downloads official binaries if possible, falling back to compilation from source code.\n\nSupports Linux, macOS, and Windows.\n\n## Inputs\n\n- `version` – version of NASM to install (default: 2.16.01)\n- `from-source` – set to `true` to always build from source, or `false` to never\n- `platform` – set binary platform to something non-standard\n- `destination` – target directory for download and installation (default: `$HOME/nasm`)\n\n## Example usage\n\n```yaml\njobs:\n  test:\n    - uses: ilammy/setup-nasm@v1\n    - uses: actions/checkout@v1\n    - name: Build something requiring NASM\n      run: |\n        cd third_party/boringssl\n        cmake -G Ninja . \u0026\u0026 ninja\n    # ...\n```\n\n## License\n\nMIT, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filammy%2Fsetup-nasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filammy%2Fsetup-nasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filammy%2Fsetup-nasm/lists"}