{"id":17181055,"url":"https://github.com/fawdlstty/smlite","last_synced_at":"2025-07-29T01:35:45.385Z","repository":{"id":112508798,"uuid":"331166010","full_name":"fawdlstty/SMLite","owner":"fawdlstty","description":"State machine library for C, C++, C#, Java, JavaScript, Python, VB.Net","archived":false,"fork":false,"pushed_at":"2024-03-26T15:05:06.000Z","size":272,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T16:19:10.108Z","etag":null,"topics":["state-machine","statemachine"],"latest_commit_sha":null,"homepage":"","language":"C#","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/fawdlstty.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,"zenodo":null}},"created_at":"2021-01-20T02:10:36.000Z","updated_at":"2025-04-09T10:27:55.000Z","dependencies_parsed_at":"2025-04-13T17:35:58.012Z","dependency_job_id":"186daf2e-687a-4cbf-a2f3-7152c6357504","html_url":"https://github.com/fawdlstty/SMLite","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/fawdlstty/SMLite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawdlstty%2FSMLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawdlstty%2FSMLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawdlstty%2FSMLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawdlstty%2FSMLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fawdlstty","download_url":"https://codeload.github.com/fawdlstty/SMLite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawdlstty%2FSMLite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267616717,"owners_count":24116162,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["state-machine","statemachine"],"created_at":"2024-10-15T00:32:49.471Z","updated_at":"2025-07-29T01:35:45.360Z","avatar_url":"https://github.com/fawdlstty.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMLite\n\n[![license](https://img.shields.io/github/license/fawdlstty/SMLite?color=09f)](./LICENSE)\n[![cpp](https://img.shields.io/lgtm/grade/cpp/github/fawdlstty/SMLite)](https://lgtm.com/projects/g/fawdlstty/SMLite)\n[![nuget](https://img.shields.io/nuget/dt/Fawdlstty.SMLite?label=nuget%20downloads)](https://www.nuget.org/packages/Fawdlstty.SMLite)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/fawdlstty/SMLite.svg?logo=lgtm)](https://lgtm.com/projects/g/fawdlstty/SMLite/alerts/)\n\n\u003c!--\n[![csharp](https://img.shields.io/lgtm/grade/csharp/github/fawdlstty/SMLite)](https://lgtm.com/projects/g/fawdlstty/SMLite)\n[![python](https://img.shields.io/lgtm/grade/python/github/fawdlstty/SMLite)](https://lgtm.com/projects/g/fawdlstty/SMLite)\n[![AppVeyor Build](https://img.shields.io/appveyor/build/fawdlstty/SMLite)](https://ci.appveyor.com/project/fawdlstty/SMLite)\n[![Coverage Status](https://coveralls.io/repos/github/fawdlstty/SMLite/badge.svg)](https://coveralls.io/github/fawdlstty/SMLite)\n--\u003e\n\nEnglish | [简体中文](./README.zh.md)\n\nState machine library for C, C++, C#, Java, JavaScript, Python, VB.Net\n\n## Support Environments\n\n- C library supported versions\n    + `C99` and above\n- C++ library supported versions\n    + `C++ 11` and above\n- C# library (VB.Net) supported runtimes\n    + `.Net Framework 4.5` and above\n    + `.Net Standard 2.0/2.1`\n    + `.Net 5`\n- Java library supported versions\n    + Java 8\n- JavaScript library supported versions\n    + ECMAScript 2015\n- Python library supported runtimes\n    + `Python 3.7`\n\n## Implementation Schedule\n\n|                     |   C   |  C++  | C#/VB.Net | Java  | JavaScript | Python |\n| :-----------------: | :---: | :---: | :-------: | :---: | :--------: | :----: |\n|      Document       |   √   |   √   |     √     |       |            |   √    |\n| Sync State Machine  |   √   |   √   |     √     |   √   |     √      |   √    |\n|     Multi State     |   -   |   √   |     √     |   √   |            |        |\n|     Thread Safe     |       |   √   |     √     |   √   |            |        |\n| Async State Machine |   -   |       |     √     |   -   |     √      |   √    |\n|    Async Cancel     |   -   |       |     √     |   -   |            |        |\n|      Serilize       |       |   √   |     √     |       |            |        |\n|        Test         |   √   |   √   |     √     |   √   |     √      |   √    |\n\n- √ Supported\n- \\- Can't Supported\n- (empty) In Plan\n\n## Tutorials\n\nAccelerated access from mainland Chinese users: [Document Images](https://www.fawdlstty.com/smlite/)\n\n- [C Library Tutorials](docs/chapters/c_en.md)\n- [C++ Library Tutorials](docs/chapters/cpp_en.md)\n- [C# Library Tutorials](docs/chapters/csharp_en.md)\n- Java Library Tutorials\n- JavaScript Library Tutorials\n- [Python Library Tutorials](docs/chapters/python_en.md)\n- [VB.Net Library Tutorials](docs/chapters/vb.net_en.md)\n\n## Depends\n\nThe project uses submodules and initializes them if local compilation is required.\n\n```cmd\ngit clone https://github.com/fawdlstty/SMLite\ngit submodule update --init --recursive\n```\n\n- tstl2cl (Dependency by C Library)\n    + https://sourceforge.net/projects/tstl2cl/\n    + License: zlib/libpng License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawdlstty%2Fsmlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffawdlstty%2Fsmlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawdlstty%2Fsmlite/lists"}