{"id":18649879,"url":"https://github.com/ashwanthkumar/asl-scala","last_synced_at":"2025-06-12T05:08:26.115Z","repository":{"id":57731380,"uuid":"267550810","full_name":"ashwanthkumar/asl-scala","owner":"ashwanthkumar","description":"Amazon States Language Parser in Scala - https://states-language.net/spec.html","archived":false,"fork":false,"pushed_at":"2020-06-02T08:26:02.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T20:36:40.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/ashwanthkumar.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":"2020-05-28T09:41:02.000Z","updated_at":"2020-06-02T08:25:48.000Z","dependencies_parsed_at":"2022-09-26T22:10:23.088Z","dependency_job_id":null,"html_url":"https://github.com/ashwanthkumar/asl-scala","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ashwanthkumar/asl-scala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fasl-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fasl-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fasl-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fasl-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashwanthkumar","download_url":"https://codeload.github.com/ashwanthkumar/asl-scala/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fasl-scala/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259402147,"owners_count":22851878,"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":[],"created_at":"2024-11-07T06:40:59.680Z","updated_at":"2025-06-12T05:08:26.095Z","avatar_url":"https://github.com/ashwanthkumar.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ashwanthkumar/asl-scala.svg?branch=master)](https://travis-ci.org/ashwanthkumar/asl-scala)\n# asl-scala\n\nScala parser for [Amazon States Language](https://states-language.net/spec.html). This library should help you parse an ASL JSON and give you the entities as nice case classes with which you can work in your project.\n\n## Usage\n```\nlibraryDependencies += \"in.ashwanthkumar\" %% \"asl-scala\" % aslScalaVersion\n```\n\nCurrent Version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/in.ashwanthkumar/asl-scala_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/in.ashwanthkumar/asl-scala_2.12)\n\n```scala\nimport in.ashwanthkumar.asl.ASLParser\nval stateMachine = ASLParser.parse(\"...asl in json...\")\n// do whatever is needed with the stateMachine\n```\n\n## Progress\nWe support parsing the spec with following type of states\n\n- [x] Pass\n- [x] Task\n- [x] Choice\n- [x] Fail\n- [ ] Wait\n- [x] Succeed\n- [ ] Parallel\n- [ ] Map\n\n## License\n\nLicensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fasl-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwanthkumar%2Fasl-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fasl-scala/lists"}