{"id":17862507,"url":"https://github.com/krdlab/setup-haxe","last_synced_at":"2025-04-13T12:50:20.947Z","repository":{"id":42958290,"uuid":"244678760","full_name":"krdlab/setup-haxe","owner":"krdlab","description":"Set up a specific version of Haxe environment for your workflow.","archived":false,"fork":false,"pushed_at":"2024-07-22T05:44:08.000Z","size":758,"stargazers_count":37,"open_issues_count":5,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-14T13:02:42.938Z","etag":null,"topics":["github-actions","haxe"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/krdlab.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":"2020-03-03T15:55:51.000Z","updated_at":"2024-07-23T22:54:00.000Z","dependencies_parsed_at":"2024-10-05T19:05:14.955Z","dependency_job_id":"8c033254-f66a-4420-9d86-b118a252e810","html_url":"https://github.com/krdlab/setup-haxe","commit_stats":{"total_commits":70,"total_committers":6,"mean_commits":"11.666666666666666","dds":"0.30000000000000004","last_synced_commit":"c1bc1a3cc529a8e72cb3913a7b4bad1730eedfee"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fsetup-haxe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fsetup-haxe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fsetup-haxe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fsetup-haxe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krdlab","download_url":"https://codeload.github.com/krdlab/setup-haxe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717252,"owners_count":21150388,"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","haxe"],"created_at":"2024-10-28T08:53:03.470Z","updated_at":"2025-04-13T12:50:20.924Z","avatar_url":"https://github.com/krdlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-haxe\n\n[![Build Status](https://github.com/krdlab/setup-haxe/actions/workflows/test.yml/badge.svg \"GitHub Actions\")](https://github.com/krdlab/setup-haxe/actions/workflows/test.yml)\n[![License](https://img.shields.io/github/license/krdlab/setup-haxe.svg?label=license)](#license)\n\nThis action sets up a Haxe environment for use in your workflows.\n\n## Usage\n\nSee [action.yml](action.yml) and [.github/workflows/](.github/workflows/).\n\nBasic:\n```yaml\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: krdlab/setup-haxe@v1\n        with:\n          haxe-version: 4.3.4\n      - run: |\n          haxe -version\n          haxelib install hxnodejs\n```\n\nFor nigthly versions:\n```yaml\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: krdlab/setup-haxe@v1\n        with:\n          haxe-version: latest  # Install 'haxe_latest.tar.gz' from https://build.haxe.org/builds/haxe/linux64/\n      - run: haxe -version\n```\n\nCaching global packages data:\n```yaml\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: krdlab/setup-haxe@v1\n        with:\n          haxe-version: 4.3.4\n          cache-dependency-path: 'lib.hxml'\n      - run: |\n          haxe -version\n          haxelib install lib.hxml --always\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrdlab%2Fsetup-haxe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrdlab%2Fsetup-haxe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrdlab%2Fsetup-haxe/lists"}