{"id":24846258,"url":"https://github.com/emacsorphanage/haxe-mode","last_synced_at":"2025-10-10T06:39:05.127Z","repository":{"id":66735382,"uuid":"193063938","full_name":"emacsorphanage/haxe-mode","owner":"emacsorphanage","description":"Major mode for editing Haxe files.","archived":false,"fork":false,"pushed_at":"2024-03-27T08:04:48.000Z","size":34,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-27T09:26:48.992Z","etag":null,"topics":["code","editing","emacs","emacs-lisp","emacs-package","emacs-plugin","haxe","major-mode","mode","package","plugin"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emacsorphanage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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},"funding":{"custom":"https://emacsair.me/about","github":"tarsius"}},"created_at":"2019-06-21T08:46:40.000Z","updated_at":"2023-08-22T14:01:03.000Z","dependencies_parsed_at":"2024-01-20T03:25:03.809Z","dependency_job_id":"e72ac625-7163-4448-9d79-144bc505eda2","html_url":"https://github.com/emacsorphanage/haxe-mode","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacsorphanage%2Fhaxe-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacsorphanage%2Fhaxe-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacsorphanage%2Fhaxe-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacsorphanage%2Fhaxe-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emacsorphanage","download_url":"https://codeload.github.com/emacsorphanage/haxe-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236496448,"owners_count":19158238,"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":["code","editing","emacs","emacs-lisp","emacs-package","emacs-plugin","haxe","major-mode","mode","package","plugin"],"created_at":"2025-01-31T10:19:24.865Z","updated_at":"2025-10-10T06:39:05.121Z","avatar_url":"https://github.com/emacsorphanage.png","language":"Emacs Lisp","funding_links":["https://emacsair.me/about","https://github.com/sponsors/tarsius","https://www.paypal.me/jcs090218","https://www.patreon.com/jcs090218"],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![MELPA](https://melpa.org/packages/haxe-mode-badge.svg)](https://melpa.org/#/haxe-mode)\n[![MELPA Stable](https://stable.melpa.org/packages/haxe-mode-badge.svg)](https://stable.melpa.org/#/haxe-mode)\n\n# haxe-mode\n\u003e Major mode for editing Haxe files.\n\n[![CI](https://github.com/emacsorphanage/haxe-mode/actions/workflows/test.yml/badge.svg)](https://github.com/emacsorphanage/haxe-mode/actions/workflows/test.yml)\n\n## 🛠️ Contribute\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n[![Elisp styleguide](https://img.shields.io/badge/elisp-style%20guide-purple)](https://github.com/bbatsov/emacs-lisp-style-guide)\n[![Donate on paypal](https://img.shields.io/badge/paypal-donate-1?logo=paypal\u0026color=blue)](https://www.paypal.me/jcs090218)\n[![Become a patron](https://img.shields.io/badge/patreon-become%20a%20patron-orange.svg?logo=patreon)](https://www.patreon.com/jcs090218)\n\nIf you would like to contribute to this project, you may either\nclone and make pull requests to this repository. Or you can\nclone the project and establish your own branch of this tool.\nAny methods are welcome!\n\n### 🔬 Development\n\nTo run the test locally, you will need the following tools:\n\n- [Eask](https://emacs-eask.github.io/)\n- [Make](https://www.gnu.org/software/make/) (optional)\n\nInstall all dependencies and development dependencies:\n\n```sh\n$ eask install-deps --dev\n```\n\nTo test the package's installation:\n\n```sh\n$ eask package\n$ eask install\n```\n\nTo test compilation:\n\n```sh\n$ eask compile\n```\n\n**🪧 The following steps are optional, but we recommend you follow these lint results!**\n\nThe built-in `checkdoc` linter:\n\n```sh\n$ eask lint checkdoc\n```\n\nThe standard `package` linter:\n\n```sh\n$ eask lint package\n```\n\n*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*\n\n## ⚜️ License\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nSee [`LICENSE`](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacsorphanage%2Fhaxe-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femacsorphanage%2Fhaxe-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacsorphanage%2Fhaxe-mode/lists"}