{"id":18111634,"url":"https://github.com/afaur/haxe-basic","last_synced_at":"2026-01-19T06:01:43.738Z","repository":{"id":83721699,"uuid":"48661460","full_name":"afaur/Haxe-Basic","owner":"afaur","description":":leaves: A basic example of getting started with Haxe.","archived":false,"fork":false,"pushed_at":"2015-12-28T02:43:58.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T08:24:57.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afaur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-27T21:39:28.000Z","updated_at":"2016-08-05T04:32:26.000Z","dependencies_parsed_at":"2023-03-12T19:37:00.737Z","dependency_job_id":null,"html_url":"https://github.com/afaur/Haxe-Basic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afaur/Haxe-Basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afaur","download_url":"https://codeload.github.com/afaur/Haxe-Basic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Basic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-01T01:06:56.641Z","updated_at":"2026-01-19T06:01:43.717Z","avatar_url":"https://github.com/afaur.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this project\n\nThis is a very basic example project for building a program with Haxe.\n\n# Background\n\nHaxe allows you to target multiple operating systems and languages.\n\n# Compile To..\n\nHaxe can compile into:\n- Actionscript3 (as3)\n- Javascript (js)\n- Java (java)\n- C# (cs)\n- Python (py)\n- C++ (cpp)\n- PHP (php)\n- Neko (n)\n\n# Getting started\n\nDownload Haxe here: http://haxe.org/download/\nThen run the `haxelib setup` command.\nHere is an example:\n\n```\n// Haxe Does not understand ~ so you must specify the dir absolutely.\n// Also using .haxelib doesn't seem to work properly as of now.\n\n// Replace `username` below with your system user\nhaxelib setup /Users/username/haxelib\n```\n\n# Download dependencies\n\nThis is so we can run our tests.\n```\nhaxelib install buddy\n```\n\nAfter that you should be able to `git clone` this project and then run: `./compile`\n---\n\u003e `compile` is just a bash script that runs `haxe build.hxml`\n\u003e For more information on `build.hxml` look here: \n\u003e - http://old.haxe.org/doc/compiler\n\nThe `build.hxml` file tells the compiler to:\n- Find the source files inside `src`\n- Create a `Main.swf` file in the `build` directory.\n\nThe `./clean` bash script will clean out the build directory.\n\nTry changing the build target by using the other options found at:\n- http://haxe.org/documentation/introduction/compiler-usage.html\n\n# Running tests\n\nRight now there is only one test but it can be run using: `./check`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaur%2Fhaxe-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafaur%2Fhaxe-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaur%2Fhaxe-basic/lists"}