{"id":13409442,"url":"https://github.com/rocher/AdaML","last_synced_at":"2025-03-14T14:31:22.083Z","repository":{"id":82512195,"uuid":"195625609","full_name":"rocher/AdaML","owner":"rocher","description":"Ada-tailored UML Modeling Language","archived":false,"fork":false,"pushed_at":"2023-05-14T20:49:18.000Z","size":1527,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T20:36:48.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/rocher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-07-07T08:03:09.000Z","updated_at":"2023-10-26T18:10:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad4fe7f6-4b25-4f8e-8a7d-9c5d941d873e","html_url":"https://github.com/rocher/AdaML","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/rocher%2FAdaML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocher%2FAdaML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocher%2FAdaML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocher%2FAdaML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocher","download_url":"https://codeload.github.com/rocher/AdaML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243593383,"owners_count":20316176,"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-07-30T20:01:00.832Z","updated_at":"2025-03-14T14:31:17.066Z","avatar_url":"https://github.com/rocher.png","language":null,"funding_links":[],"categories":["Tools"],"sub_categories":["UML"],"readme":"# Quick Introduction\n\n### AdaML Diagram\nThis AdaML diagram describes AdaML itself, including relationships between\nPlatUML, UML and Ada *packages*. This diagram has been generated, in turn, with\nAdaML. See below the AdaML source code.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://www.plantuml.com/plantuml/proxy?cache=no\u0026src=https://raw.github.com/rocher/AdaML/release/0.1.2/diagram/self-AdaML-01.aml\"\u003e\n\u003c/p\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eAdaML Source Code\u003c/b\u003e \u0026nbsp; \u0026mdash; \u003ci\u003eclick to expand\u003c/i\u003e \u0026mdash;\u003c/summary\u003e\n\u003cpre\u003e\n!include https://raw.github.com/rocher/AdaML/release/0.1.2/AdaML.puml\nscale 600 width\n\npackage(\"AdaML\")\npackage(\"PlantUML\")\npackage(\"Ada\")\npackage(\"UML\")\n\nowns(\"AdaML\", \"PlantUML\")\ndepends(\"AdaML\", \"Ada\", \"tailored\")\ndepends(\"AdaML\", \"UML\", \"draws\")\n\nnote(\"AdaML draws Ada-tailored\\nUML diagrams based on\\nPlantUML\")\n\nleft_right(\"PlantUML\", \"UML\")\nleft_right(\"UML\", \"Ada\")\n\u003c/pre\u003e\n\u003c/details\u003e\n\n### Doc\nFor more information and examples, download\n[AdaML.pdf](https://raw.github.com/rocher/AdaML/release/0.1.2/doc/AdaML.pdf) or\n[read online](https://github.com/rocher/AdaML/blob/release/0.1.2/doc/AdaML.pdf)\nin GitHub.\n\n# Introduction\n\n### What is AdaML?\n- UML tailored for Ada 2012 programming language\n- A modeling language to draw UML diagrams, implemented in PlantUML\n- An easy way to learn Ada through the use of UML and OOP concepts\n\n### Features\n- UML tailored to use and show particular Ada language characteristics\n- Coherent set of functions to design software components for Ada\n- Generates high quality drawings (ps, eps) easy to embedded in other docs\n- Easy to learn by example, both AdaML and Ada language\n\n### What is /not/ AdaML?\n- A model-based tool to generate Ada code\n- A reverse engineering tool to draw UML diagrams from Ada code\n- An interactive UML modeling or drawing tool\n\n# Local Usage\nAdaML must be used locally to get quality graphics. You can generate diagrams in\n`eps` format that can be embedded in LaTeX docs.\n\n### Requirements\n- [PlantUML](https://plantuml.com) installed and working in your system\n- The AdaML files, check [AdaML](https://github.com/rocher/AdaML) installation\n  instructions\n- Your favorite text editor, preferably with PlantUML support (e.g. Emacs)\n- Check the list of [supported editors](http://plantuml.com/running)\n- For better visualization and integration with LaTeX, [computer\n  modern](https://www.fontsquirrel.com/fonts/computer-modern) fonts\n\n# Online Usage\n### Online Version - Quick Start\n- Open [PlantUML Previewer](http://sujoyu.github.io/plantuml-previewer) or\n  [PlantText](https://www.planttext.com/) editor\n- Remove default lines and paste the following code:\n\n```\n!include https://raw.github.com/rocher/AdaML/release/0.1.2/AdaML.puml\nscale 300 width\n\nbegin_type(\"Pan_Dimensional\")\n  procedure(\"Ask_The_Question\", \"in out Natural\")\nend()\n\nbegin_package(\"Deep_Thought\")\n  function(\"Answer_The_Question\", \"\", \"Natural\")\nprivate()\n  variable(\"The_Answer\", \"Natural\", 42)\nend()\n\ndepends(\"Pan_Dimensional\", \"Deep_Thought\", \"ask \u003e\")\n```\n\n### Embed Diagrams in GitHub\nThis is an example of the AdaML documentation:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://www.plantuml.com/plantuml/proxy?cache=no\u0026src=https://raw.github.com/rocher/AdaML/release/0.1.2/diagram/deep-thought-02.aml\"\u003e\n\u003c/p\u003e\n\n- Check the [raw version](https://raw.github.com/rocher/AdaML/develop/README.md)\n  of this `README.md` file to see the image link used (plus how to easily center\n  images in GitHub)\n- The AdaML source code can be found in GitHub:\n  [deep-thought-02.aml](https://raw.github.com/rocher/AdaML/develop/diagram/deep-thought-02.aml)\n\n# ChangeLog\n### Release 0.1.2\n\n+ Adapt to new PlantUML interface\n\n### Release 0.1.1\n\n+ Scaled images of `REAME.md` file\n+ AdaML file extension changed to `*.aml`\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eOlder Releases\u003c/b\u003e \u0026nbsp; \u0026mdash; \u003ci\u003eclick to expand\u003c/i\u003e \u0026mdash;\u003c/summary\u003e\n\n### Release 0.1.0\n\n+ First public release\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocher%2FAdaML","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocher%2FAdaML","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocher%2FAdaML/lists"}