Help language development. Donate to The Perl Foundation

UML::Translators zef:antononcube last updated on 2023-03-26

META6.json
{
  "name": "UML::Translators",
  "description": "A package for translating code to UML specifications and UML specifications to code.",
  "version": "0.1.6",
  "perl": "6.d",
  "authors": [
    "Anton Antonov"
  ],
  "auth": "zef:antononcube",
  "depends": [],
  "build-depends": [],
  "test-depends": [],
  "provides": {
    "UML::Translators": "lib/UML/Translators.rakumod"
  },
  "resources": [],
  "license": "Artistic-2.0",
  "tags": [
    "PlantUML",
    "UML",
    "code processing",
    "introspection",
    "translation",
    "translator"
  ],
  "api": "1",
  "source-url": "https://github.com/antononcube/Raku-UML-Translators"
}