{"id":20010138,"url":"https://github.com/cxa/moonbit-mode","last_synced_at":"2026-03-06T15:02:35.192Z","repository":{"id":228999809,"uuid":"773387245","full_name":"cxa/moonbit-mode","owner":"cxa","description":"Emacs major mode for editing MoonBit.","archived":false,"fork":false,"pushed_at":"2024-03-26T02:14:05.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T01:44:50.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/cxa.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-17T14:28:31.000Z","updated_at":"2025-01-31T04:08:18.000Z","dependencies_parsed_at":"2024-03-21T15:27:58.806Z","dependency_job_id":"bc319e61-e861-49b4-a294-e5bcf9339bab","html_url":"https://github.com/cxa/moonbit-mode","commit_stats":null,"previous_names":["cxa/moonbit-mode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cxa/moonbit-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmoonbit-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmoonbit-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmoonbit-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmoonbit-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cxa","download_url":"https://codeload.github.com/cxa/moonbit-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmoonbit-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30182686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"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-13T07:18:35.351Z","updated_at":"2026-03-06T15:02:35.156Z","avatar_url":"https://github.com/cxa.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# moonbit-mode\n\n\u003e [!WARNING]  \n\u003e Still in early stage development, use with caution\n\n## Prerequisites\n\n- Emacs 29 with Tree-sitter support\n- Build MoonBit grammars for Emacs:\n    ``` shell\n    git clone git@github.com:moonbitlang/tree-sitter-moonbit.git\n    cd tree-sitter-moonbit/src\n    cc -fPIC -c -I. parser.c\n    cc -fPIC -c -I. scanner.c\n    cc -fPIC -shared *.o -o libtree-sitter-moonbit.so\n    mv libtree-sitter-moonbit.so ~/.emacs.d/tree-sitter/\n    ```\n\n## Install\n\nYou can either:\n\n- Clone this repo, add the `moonbit-mode.el` file to your Emacs `load-path`: `(add-to-list 'load-path \"/path/to/moonbit-mode\")`\n- With `use-package`:\n    ``` elsip\n    (use-package moonbit-mode\n        :quelpa (moonbit-mode :fetcher github :repo \"cxa/moonbit-mode\"))\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxa%2Fmoonbit-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcxa%2Fmoonbit-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxa%2Fmoonbit-mode/lists"}