{"id":21063630,"url":"https://github.com/colis-anr/morsmall","last_synced_at":"2025-10-05T03:23:26.739Z","repository":{"id":86579157,"uuid":"105656679","full_name":"colis-anr/morsmall","owner":"colis-anr","description":"A concise AST for POSIX shell","archived":false,"fork":false,"pushed_at":"2023-09-17T16:39:28.000Z","size":404,"stargazers_count":10,"open_issues_count":10,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T18:52:46.891Z","etag":null,"topics":["ocaml","shell"],"latest_commit_sha":null,"homepage":"","language":"OCaml","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/colis-anr.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}},"created_at":"2017-10-03T13:43:29.000Z","updated_at":"2024-11-05T00:16:06.000Z","dependencies_parsed_at":"2024-11-19T17:48:38.314Z","dependency_job_id":"02ea3195-744c-46af-b46d-5f495769ff76","html_url":"https://github.com/colis-anr/morsmall","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/colis-anr%2Fmorsmall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colis-anr%2Fmorsmall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colis-anr%2Fmorsmall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colis-anr%2Fmorsmall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colis-anr","download_url":"https://codeload.github.com/colis-anr/morsmall/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254455978,"owners_count":22074074,"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":["ocaml","shell"],"created_at":"2024-11-19T17:46:27.880Z","updated_at":"2025-10-05T03:23:26.629Z","avatar_url":"https://github.com/colis-anr.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morsmall -- A concise AST for POSIX shell\n\nThis library is a small wrapper around [Morbig]. Morbig provides a parser and a\nCST representation of POSIX shell scripts which may contain too much information\nfor certain uses.\n\n[morbig]: https://github.com/colis-anr/morbig/\n\nMorsmall provides a converter from Morbig's CST to an AST that aims to be easely\nunderstandable and manipulable. It also provides a printer from that AST to\nShell.\n\nThis program is a free software licensed under the GNU General Public License,\nversion 3. Please refer to the [LICENSE](./LICENSE).\n\n## Downloading, building and installing\n\n### Download\n\n#### Clone the repository\n\n```\ngit clone https://github.com/colis-anr/morsmall\n```\n\n#### Download the latest release\n\ncf [releases](https://github.com/colis-anr/morsmall/releases)\n\n### Install dependencies\n\nMorsmall depends on the following software:\n\n- [OCaml](https://ocaml.org/) ≥ 4.04.0\n- [Morbig](https://github.com/colis-anr/morbig/)\n- [ppx_deriving](https://github.com/ocaml-ppx/ppx_deriving) ≥ 4.2.0\n- [Dune](https://github.com/ocaml/dune) with ocaml-migrate-parsetree\n- [OPAM](http://opam.ocaml.org/)\n\n### Build\n\n```\nmake\n```\n\n### Run tests\n\n```\nmake tests\n```\n\n### Install\n\n```\nmake install\n```\n\nThis target recognises the environment variables `PREFIX` and `LIBDIR`.\n\n### Uninstall\n\n```\nmake uninstall\n```\n\nThis target recognises the environment variables `PREFIX` and `LIBDIR`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolis-anr%2Fmorsmall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolis-anr%2Fmorsmall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolis-anr%2Fmorsmall/lists"}