💾 Archived View for gmi.noulin.net › gitRepositories › tree › file › package.yml.gmi captured on 2024-07-09 at 03:03:11. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

tree

Log

Files

Refs

README

LICENSE

package.yml (373B)

     1 ---
     2   name: tree
     3   version: 0.0.2
     4   description: "tree data stuctures: WAVL (weak AVL) tree"
     5   bin: ./tree.h
     6   repository:
     7     type: git
     8     url: "git+https://noulin.net/git/tree.git"
     9   keywords:
    10     - data stucture
    11   author: Remy
    12   license: MIT
    13   bugs:
    14     url: "https://noulin.net/tree/log.html"
    15   homepage: "https://noulin.net/tree/file/README.md.html"
    16   private: false