{"id":13467464,"url":"https://github.com/HaxeFoundation/haxe","last_synced_at":"2025-03-26T02:31:32.636Z","repository":{"id":1070875,"uuid":"10282042","full_name":"HaxeFoundation/haxe","owner":"HaxeFoundation","description":"Haxe - The Cross-Platform Toolkit","archived":false,"fork":false,"pushed_at":"2024-10-25T14:11:14.000Z","size":83482,"stargazers_count":6166,"open_issues_count":1062,"forks_count":656,"subscribers_count":170,"default_branch":"development","last_synced_at":"2024-10-29T21:54:10.358Z","etag":null,"topics":["compiler","cross-platform","haxe","jvm-languages","language","macros","programming-language","transpiler"],"latest_commit_sha":null,"homepage":"https://haxe.org","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/HaxeFoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"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},"funding":{"open_collective":"haxe","custom":["https://haxe.org/foundation/support-plans.html","https://haxe.org/foundation/donate.html"]}},"created_at":"2013-05-25T09:20:11.000Z","updated_at":"2024-10-26T10:48:10.000Z","dependencies_parsed_at":"2023-09-25T07:25:23.504Z","dependency_job_id":"fc898b41-768d-4cfe-bad9-d2ce7efb76e7","html_url":"https://github.com/HaxeFoundation/haxe","commit_stats":{"total_commits":20640,"total_committers":250,"mean_commits":82.56,"dds":0.7155523255813954,"last_synced_commit":"39aceb1e45f9bdc9f5a7e07aa891f72a51a0029b"},"previous_names":[],"tags_count":103,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Fhaxe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Fhaxe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Fhaxe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Fhaxe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HaxeFoundation","download_url":"https://codeload.github.com/HaxeFoundation/haxe/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576529,"owners_count":20638125,"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":["compiler","cross-platform","haxe","jvm-languages","language","macros","programming-language","transpiler"],"created_at":"2024-07-31T15:00:56.890Z","updated_at":"2025-03-26T02:31:27.601Z","avatar_url":"https://github.com/HaxeFoundation.png","language":"Haxe","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://haxe.org/\" title=\"haxe.org\"\u003e\u003cimg src=\"extra/images/Readme.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/HaxeFoundation/haxe/actions\"\u003e\u003cimg src=\"https://github.com/HaxeFoundation/haxe/workflows/CI/badge.svg\" alt=\"GitHub Build Status\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://saucelabs.com/u/haxe\"\u003e\u003cimg src=\"https://saucelabs.com/buildstatus/haxe\" alt=\"SauceLabs Test Status\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://gitter.im/HaxeFoundation/haxe?utm_source=badge\u0026amp;utm_medium=badge\u0026amp;utm_campaign=pr-badge\"\u003e\u003cimg src=\"https://badges.gitter.im/Join%20Chat.svg\" alt=\"Gitter\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://discordapp.com/invite/0uEuWH3spjck73Lo\"\u003e\u003cimg src=\"https://img.shields.io/discord/162395145352904705.svg?logo=discord\" alt=\"Discord\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n#\n\nHaxe is an open source toolkit that allows you to easily build cross-platform tools and applications that target many mainstream platforms. The Haxe toolkit includes:\n\n * **The Haxe programming language**, a modern, high-level, strictly-typed programming language\n * **The Haxe cross-compiler**, a state-of-the-art, lightning-speed compiler for many targets\n * **The Haxe standard library**, a complete, cross-platform library of common functionality\n\nHaxe allows you to compile for the following targets:\n\n * JavaScript\n * C++\n * JVM\n * Lua\n * PHP 7\n * Python 3\n * [HashLink](https://hashlink.haxe.org/)\n * [NekoVM](https://nekovm.org/)\n * Flash (SWF Bytecode)\n * And its own [interpreter](https://haxe.org/blog/eval/)\n\nYou can try Haxe directly from your browser at [try.haxe.org](https://try.haxe.org)!\n\nFor more information about Haxe, head to the [official Haxe website](https://haxe.org).\n\n## License\n\nThe Haxe project has several licenses, covering different parts of the projects.\n\n * The Haxe compiler is released under the GNU General Public License version 2 or any later version.\n * The Haxe standard library is released under the MIT license.\n * The Neko virtual machine is released under the MIT license. Its bundled runtime libraries (ndll) and tools are released under open source licenses as described in https://github.com/HaxeFoundation/neko/blob/master/LICENSE\n\nFor the complete Haxe licenses, please see https://haxe.org/foundation/open-source.html or [extra/LICENSE.txt](extra/LICENSE.txt).\n\n## Installing Haxe\n\nThe latest stable release is available at [https://haxe.org/download/](https://haxe.org/download/). Pre-built binaries are available for your platform:\n\n * **[Windows installer](https://haxe.org/download/file/latest/haxe-latest-win.exe/)**\n * **[Windows binaries](https://haxe.org/download/file/latest/haxe-latest-win.zip/)**\n * **[OSX installer](https://haxe.org/download/file/latest/haxe-latest-osx-installer.pkg/)**\n * **[OSX binaries](https://haxe.org/download/file/latest/haxe-latest-osx.tar.gz/)**\n * **[Linux Software Packages](https://haxe.org/download/linux/)**\n * **[Linux 32-bit binaries](https://haxe.org/download/file/latest/haxe-latest-linux32.tar.gz/)**\n * **[Linux 64-bit binaries](https://haxe.org/download/file/latest/haxe-latest-linux64.tar.gz/)**\n\nAutomated development builds are available from [build.haxe.org](http://build.haxe.org).\n\n## Building from source\n\nSee [extra/BUILDING.md](extra/BUILDING.md).\n\n## Using Haxe\n\nFor information on using Haxe, consult the [Haxe documentation](https://haxe.org/documentation/):\n\n * [Haxe Introduction](https://haxe.org/documentation/introduction/), an introduction to the Haxe toolkit\n * [The Haxe Manual](https://haxe.org/manual/), the reference manual for the Haxe language\n * [Haxe Code Cookbook](https://code.haxe.org), code snippets / learning resource\n * [Haxe API](https://api.haxe.org), documentation for the Haxe standard and native APIs\n * [Haxelib](https://lib.haxe.org), Haxelib is the package manager for the Haxe Toolkit.\n\n## Community\n\nYou can get help and talk with fellow Haxers from around the world via:\n\n * [Haxe Community Forum](http://community.haxe.org)\n * [Haxe on Stack Overflow](https://stackoverflow.com/questions/tagged/haxe)\n * [Haxe Gitter chatroom](https://gitter.im/HaxeFoundation/haxe/)\n * [Haxe Discord server](https://discordapp.com/invite/0uEuWH3spjck73Lo)\n\n:+1: Get notified of the latest Haxe news, don't forget to read the [Haxe roundups](https://haxe.io/).\n\n## Version compatibility\n\nHaxe            | Neko  | SWF   | Python | HL   | PHP  | Lua |\n--------------- | ----- | ----- | ------ | ---- | ---- | --- |\n2.*             | 1.*   | 8-10  | -      | -    | -    | -   |\n3.0.0           | 2.0.0 |       | -      | -    | 5.1+ | -   |\n3.2.0           |       | 12-14 | 3.2+   | -    |      | -   |\n3.3.0           | 2.1.0 | 21    |        | -    |      | 5.1, 5.2, 5.3, LuaJIT 2.0, 2.1 |\n3.4.0           |       |       |        | 1.1  | 5.4+ and 7.0+ (with `-D php7`) |     |\n4.0.0           | 2.3.0 |       |        | 1.11 | 7.0+ |     |\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more. Thank you!\n","funding_links":["https://opencollective.com/haxe","https://haxe.org/foundation/support-plans.html","https://haxe.org/foundation/donate.html"],"categories":["Haxe","Uncategorized","计算机编程 数据结构与算法","programming-language","Multi paradigm","Scripting"],"sub_categories":["Uncategorized","网络服务_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHaxeFoundation%2Fhaxe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHaxeFoundation%2Fhaxe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHaxeFoundation%2Fhaxe/lists"}