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

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

linkedList

Log

Files

Refs

README

LICENSE

package.yml (329B)

     1 ---
     2   name: linkedList
     3   version: 0.0.6
     4   description: double linked lists
     5   bin: ./linkedList.h
     6   repository:
     7     type: git
     8     url: "git+https://noulin.net/git/linkedList.git"
     9   keywords:
    10     - data structure
    11   author: Remy Noulin
    12   license: MIT
    13   homepage: "https://noulin.net/linkedList/file/README.md.html"
    14   private: false