Help language development. Donate to The Perl Foundation

Text::CodeProcessing zef:antononcube last updated on 2023-03-30

META6.json
{
  "name": "Text::CodeProcessing",
  "description": "A package with functions for processing of code chunks in documents of different types (like Markdown, Org-mode, Pod6.)",
  "version": "0.5.0",
  "perl": "6.d",
  "authors": [
    "Anton Antonov"
  ],
  "auth": "zef:antononcube",
  "depends": [],
  "build-depends": [],
  "test-depends": [],
  "provides": {
    "Text::CodeProcessing": "lib/Text/CodeProcessing.rakumod",
    "Text::CodeProcessing::REPLSandbox": "lib/Text/CodeProcessing/REPLSandbox.rakumod"
  },
  "resources": [
    "BookIntroduction.md",
    "BookIntroduction.org",
    "BookIntroduction.pod6"
  ],
  "license": "Artistic-2.0",
  "tags": [
    "CLI",
    "code processing",
    "evaluation",
    "extraction",
    "literate programming",
    "markdown",
    "org-mode",
    "parser",
    "pod6",
    "tangling",
    "weaving"
  ],
  "api": "1",
  "source-url": "https://github.com/antononcube/Raku-Text-CodeProcessing"
}