Help language development. Donate to The Perl Foundation

AVL-Tree zef:tbrowder last updated on 2022-06-10

META6.json
{
  "auth": "zef:tbrowder",
  "author": "zef:tbrowder",
  "authors": [
    "Tom Browder <[email protected]>"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "Provides an implementation of an AVL tree.",
  "license": "Artistic-2.0",
  "name": "AVL-Tree",
  "perl": "6.*",
  "provides": {
    "AVL-Tree": "lib/AVL-Tree.rakumod"
  },
  "resources": [
  ],
  "source-type": "git",
  "source-url": "git://github.com/tbrowder/AVL-Tree.git",
  "support": {
    "bugtracker": "https://github.com/tbrowder/AVL-Tree/issues"
  },
  "tags": [
    "tree",
    "BST",
    "set",
    "AVL"
  ],
  "test-depends": [
  ],
  "version": "0.0.2"
}